diff src/version.c @ 4924:6ae32a64e153 v7.3.1207

updated for version 7.3.1207 Problem: New regexp engine: no match found on "#if FOO". (Lech Lorens) Solution: When adding a state gets skipped don't adjust the index.
author Bram Moolenaar <bram@vim.org>
date Sun, 16 Jun 2013 15:43:50 +0200
parents 8dd2769ab75c
children 784e342ddcae
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 */
 /**/
+    1207,
+/**/
     1206,
 /**/
     1205,