diff src/version.c @ 4375:e7361b2d8136 v7.3.936

updated for version 7.3.936 Problem: Ruby 1.8: Missing piece for static linking on 64 bit systems. Solution: Define ruby_init_stack() (Hiroshi Shirosaki) Also fix preprocessor indents.
author Bram Moolenaar <bram@vim.org>
date Sun, 12 May 2013 14:11:17 +0200
parents c42e130ebf36
children 8ec7323f417d
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 */
 /**/
+    936,
+/**/
     935,
 /**/
     934,