diff src/version.c @ 4361:94aa0d30a3ea v7.3.929

updated for version 7.3.929 Problem: Compiler warning for unused variable. Not freeing unused string. Solution: Remove the variable. Clear the options.
author Bram Moolenaar <bram@vim.org>
date Mon, 06 May 2013 06:45:47 +0200
parents 6d45e6f97415
children d85196defe0d
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 */
 /**/
+    929,
+/**/
     928,
 /**/
     927,