diff src/version.c @ 4373:c42e130ebf36 v7.3.935

updated for version 7.3.935 Problem: Init stack works differently on 64 bit systems. Solution: Handle 64 bit systems and also static library. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Sat, 11 May 2013 17:45:48 +0200
parents 000bb500208d
children e7361b2d8136
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 */
 /**/
+    935,
+/**/
     934,
 /**/
     933,