diff src/version.c @ 4363:d85196defe0d v7.3.930

updated for version 7.3.930 Problem: MSVC 2012 update is not recognized. Solution: Update the version in the makefile. (Raymond Ko)
author Bram Moolenaar <bram@vim.org>
date Tue, 07 May 2013 05:11:17 +0200
parents 94aa0d30a3ea
children fe0c7437ae8b
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 */
 /**/
+    930,
+/**/
     929,
 /**/
     928,