diff src/version.c @ 3216:a7517e84d9b8 v7.3.378

updated for version 7.3.378 Problem: When cross-compiling the check for uint32_t fails. Solution: Only give a warning message. (Maksim Melnikau)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Dec 2011 19:22:34 +0100
parents cd145cc2f2c9
children 0f193ef0f429
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    378,
+/**/
     377,
 /**/
     376,