summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-02-12 00:31:52 +0100
committerBram Moolenaar <Bram@vim.org>2012-02-12 00:31:52 +0100
commitbe7473442952f0d9f3a05c62780cd99ec70516d9 (patch)
tree79c255ed7450a9abdeeedee713178e4b14992d23 /src/version.c
parenta61d5fbf7ac9bfa0083faa926ad4015bf7125309 (diff)
updated for version 7.3.439v7.3.439
Problem: Compiler warnings to size casts in Perl interface. Solution: Use XS macros. (James McCoy)
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 bce741c093..22a7998263 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 */
/**/
+ 439,
+/**/
438,
/**/
437,