diff src/version.c @ 2637:37d62d968182 v7.3.058

updated for version 7.3.058 Problem: Error "code converter not found" when loading Ruby script. Solution: Load Gem module. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Tue, 16 Nov 2010 14:46:19 +0100
parents 6ee9d7fa5df6
children 75a89c7c204e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    58,
+/**/
     57,
 /**/
     56,