diff src/version.c @ 4581:6a73ac422c67 v7.3.1038

updated for version 7.3.1038 Problem: Crash when using Cscope. Solution: Avoid negative argument to vim_strncpy(). (Narendran Gopalakrishnan)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 May 2013 19:18:00 +0200
parents 7a2be4a39423
children 321cfbef9431
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 */
 /**/
+    1038,
+/**/
     1037,
 /**/
     1036,