diff src/version.c @ 5661:df3b0b70d8c1 v7.4.177

updated for version 7.4.177 Problem: Compiler warning for unused variable. (Tony Mechelynck) Solution: Add #ifdef.
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Feb 2014 18:58:09 +0100
parents ae228baaec2c
children 647e6bb15aa3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    177,
+/**/
     176,
 /**/
     175,