diff src/version.c @ 4720:bd6bef0bd0fb v7.3.1107

updated for version 7.3.1107 Problem: Compiler warnings for unused variables. Solution: Put the variables inside #ifdef.
author Bram Moolenaar <bram@vim.org>
date Mon, 03 Jun 2013 19:41:06 +0200
parents ec72bb4a0fc2
children 3534e9b4fa42
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 */
 /**/
+    1107,
+/**/
     1106,
 /**/
     1105,