diff src/version.c @ 4452:92fec4b83be5 v7.3.974

updated for version 7.3.974 Problem: Can't build with ruby 1.8.5. Solution: Only use ruby_init_stack() when RUBY_INIT_STACK is defined. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Mon, 20 May 2013 12:52:29 +0200
parents 09e1e574a52d
children 44b89b025cdf
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 */
 /**/
+    974,
+/**/
     973,
 /**/
     972,