diff src/version.c @ 5419:46ca8fcee525 v7.4.060

updated for version 7.4.060 Problem: Declaration has wrong return type for PyObject_SetAttrString(). Solution: Use int instead of PyObject. (Andreas Schwab)
author Bram Moolenaar <bram@vim.org>
date Sun, 03 Nov 2013 00:28:25 +0100
parents 2a72805a3038
children 739074bdceb8
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 */
 /**/
+    60,
+/**/
     59,
 /**/
     58,