diff src/version.c @ 4385:da71e66dc1d4 v7.3.941

updated for version 7.3.941 Problem: Stuff in if_py_both.h is ordered badly. Solution: Reorder by type. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Sun, 12 May 2013 19:45:35 +0200
parents e2db42528a5b
children 358c10968c7f
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 */
 /**/
+    941,
+/**/
     940,
 /**/
     939,