summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-12-14 19:22:34 +0100
committerBram Moolenaar <Bram@vim.org>2011-12-14 19:22:34 +0100
commit323cb95120f8e0ba0116ddd87dda7956f80d7388 (patch)
treed8510d9cb8555dd8b975720405b82ea5724b49d6 /src/version.c
parentd6e256c31aef8fc9268d10c0fa3073785d4c3723 (diff)
updated for version 7.3.378v7.3.378
Problem: When cross-compiling the check for uint32_t fails. Solution: Only give a warning message. (Maksim Melnikau)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 6fa74b43f3..16abb870d9 100644
--- 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,