diff src/version.c @ 5386:c0e3990aed3f v7.4.044

updated for version 7.4.044 Problem: Can't build with old MSVC. (Wang Shoulin) Solution: Define OPEN_OH_ARGTYPE instead of using intptr_t directly.
author Bram Moolenaar <bram@vim.org>
date Sun, 29 Sep 2013 19:05:21 +0200
parents 6d11572e2c8b
children 8ced827b2e8b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    44,
+/**/
     43,
 /**/
     42,