diff src/version.c @ 4708:761e42cc79c2 v7.3.1101

updated for version 7.3.1101 Problem: Configure doesn't find Python 3 on Ubuntu 13.04. Solution: First try distutils.sysconfig. Also fix some indents. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Sun, 02 Jun 2013 19:14:17 +0200
parents bf917ee1fad2
children 1c5da99d1b70
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 */
 /**/
+    1101,
+/**/
     1100,
 /**/
     1099,