summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-09-08 16:03:45 +0200
committerBram Moolenaar <Bram@vim.org>2013-09-08 16:03:45 +0200
commit0300e465aa9b034455f2c98d9996d5a3b04e9900 (patch)
tree7617ce2797aeb4a4a64e4938384f1864b939e3b0 /src/version.c
parent3b262393419ddf73e0bce95e0d896c46a95236d9 (diff)
updated for version 7.4.025v7.4.025
Problem: Reading before start of a string. Solution: Do not call mb_ptr_back() at start of a string. (Dominique Pelle)
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 9731f70c79..ff4e3bb6fc 100644
--- 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 */
/**/
+ 25,
+/**/
24,
/**/
23,