diff src/version.c @ 4754:be1e4acb30ca v7.3.1124

updated for version 7.3.1124 Problem: Python: Crash on MS-Windows when os.fchdir() is not available. Solution: Check for _chdir to be NULL. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Jun 2013 20:34:15 +0200
parents 77ecab3bb207
children 96f3348f9f11
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 */
 /**/
+    1124,
+/**/
     1123,
 /**/
     1122,