diff src/version.c @ 4454:44b89b025cdf v7.3.975

updated for version 7.3.975 Problem: Crash in regexp parsing. Solution: Correctly compute the end of allocated memory.
author Bram Moolenaar <bram@vim.org>
date Mon, 20 May 2013 13:44:29 +0200
parents 92fec4b83be5
children 015a8fabf900
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 */
 /**/
+    975,
+/**/
     974,
 /**/
     973,