diff src/version.c @ 2578:766918de9e3a v7.3.004

updated for version 7.3.004 Problem: Crash when using very long regexp. (Peter Odding) Solution: Reset reg_toolong. (Carlo Teubner)
author Bram Moolenaar <bram@vim.org>
date Tue, 14 Sep 2010 10:55:47 +0200
parents 073ff46fe397
children 1c00ea3641a8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4,
+/**/
     3,
 /**/
     2,