diff src/version.c @ 4734:532c31f9e92f v7.3.1114

updated for version 7.3.1114 Problem: Can't build without the syntax feature. Solution: Add #ifdefs. (Erik Falor)
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Jun 2013 21:42:22 +0200
parents 0798b096bab3
children 3f2319a953b3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1114,
+/**/
     1113,
 /**/
     1112,