diff src/version.c @ 4651:f10f63aaec5c v7.3.1073

updated for version 7.3.1073 Problem: New regexp engine may run out of states. Solution: Allocate states dynamically. Also make the test report errors.
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 18:45:23 +0200
parents 9f502d8d5165
children b943fd24c351
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 */
 /**/
+    1073,
+/**/
     1072,
 /**/
     1071,