diff src/version.c @ 4442:137f9d41f508 v7.3.969

updated for version 7.3.969 Problem: Can't built with Python 3 and without Python 2. Solution: Adjust #ifdef. (Xavier de Gaye)
author Bram Moolenaar <bram@vim.org>
date Sat, 18 May 2013 20:55:35 +0200
parents dfbe53a54c79
children ccecb03e5e8b
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 */
 /**/
+    969,
+/**/
     968,
 /**/
     967,