diff src/version.c @ 4289:52e946d654e0 v7.3.894

updated for version 7.3.894 Problem: Using wrong RUBY_VER causing Ruby build to break. Solution: Correct the RUBY_VER value. (Yongwei Wu)
author Bram Moolenaar <bram@vim.org>
date Mon, 15 Apr 2013 12:36:18 +0200
parents dc3efb6d5a08
children 11007e80829c
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 */
 /**/
+    894,
+/**/
     893,
 /**/
     892,