diff src/version.c @ 4001:d9b4cf53be2e v7.3.755

updated for version 7.3.755 Problem: Autoconf doesn't find Python 3 if it's called "python". Solution: Search for "python2" and "python3" first, then "python".
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Dec 2012 14:25:05 +0100
parents beceb0a18c79
children 706c87d16d40
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    755,
+/**/
     754,
 /**/
     753,