diff src/version.c @ 3988:3e22fe67fa69 v7.3.749

updated for version 7.3.749 Problem: Python interface doesn't build without the multi-byte feature. Solution: Add #ifdef. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Dec 2012 16:30:07 +0100
parents 56bb88c68f98
children 5c36fe9f19a5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    749,
+/**/
     748,
 /**/
     747,