summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-06-26 03:18:52 +0200
committerBram Moolenaar <Bram@vim.org>2011-06-26 03:18:52 +0200
commit6e948a652d6729a32d64d4247b94b754f2fc03bd (patch)
treece95ada51330b917ed85c9f3e4d7fa38d46695d9
parentf9b48159188176bdeb4828b0338bfa6bc2b2726e (diff)
updated for version 7.3.231v7.3.231
Problem: Runtime file patches failed. Solution: Redo the patches made against the patched files instead of the files in the mercurial repository.
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 8ae9feec5c..1b99d275a2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 231,
+/**/
230,
/**/
229,