diff src/version.c @ 5655:f2c8d86c460d v7.4.174

updated for version 7.4.174 Problem: Compiler warnings for Python interface. (Tony Mechelynck) Solution: Add type casts, initialize variable.
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Feb 2014 16:00:35 +0100
parents 233ad7b960d0
children 6b69d8dde19e
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 */
 /**/
+    174,
+/**/
     173,
 /**/
     172,