diff src/version.c @ 4895:8b46c37c4b84 v7.3.1193

updated for version 7.3.1193 Problem: fail_if_missing not used for Python 3. Solution: Give an error when Python 3 can't be configured. (Andrei Olsen)
author Bram Moolenaar <bram@vim.org>
date Fri, 14 Jun 2013 21:22:39 +0200
parents 07b9c48a30e9
children 91136a41f83f
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 */
 /**/
+    1193,
+/**/
     1192,
 /**/
     1191,