diff src/version.c @ 4956:5cd32322154c v7.3.1223

updated for version 7.3.1223 Problem: Tests fail on MS-Windows. Solution: Avoid depending on OS version. Use DOS commands instead of Unix commands. (Taro Muraoka, Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 19 Jun 2013 21:17:31 +0200
parents 07831d280e90
children 0a379dea13c9
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 */
 /**/
+    1223,
+/**/
     1222,
 /**/
     1221,