diff src/version.c @ 6561:52b89a52ffd4 v7.4.607

updated for version 7.4.607 Problem: Compiler warnings for unused variables. Solution: Move them inside #ifdef. (Kazunobu Kuriyama)
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 21:39:05 +0100
parents 22f164bd7e8e
children 6b86d256fd33
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    607,
+/**/
     606,
 /**/
     605,