diff src/version.c @ 5012:6aecf486bb34 v7.3.1250

updated for version 7.3.1250 Problem: Python tests fail on MS-Windows. Solution: Change backslashes to slashes. (Taro Muraoka)
author Bram Moolenaar <bram@vim.org>
date Wed, 26 Jun 2013 21:49:51 +0200
parents b614332f7df2
children 788f48029677
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 */
 /**/
+    1250,
+/**/
     1249,
 /**/
     1248,