diff src/version.c @ 4936:ae05437a744a v7.3.1213

updated for version 7.3.1213 Problem: Can't build with small features and Python. Solution: Adjust #ifdefs.
author Bram Moolenaar <bram@vim.org>
date Sun, 16 Jun 2013 17:32:40 +0200
parents 81e623ff2e55
children bcb84438bb5b
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 */
 /**/
+    1213,
+/**/
     1212,
 /**/
     1211,