summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-12-08 15:14:09 +0100
committerBram Moolenaar <Bram@vim.org>2011-12-08 15:14:09 +0100
commitae7ba984ee6913f36c58960eab2eb2c80538efc4 (patch)
tree7ff30a3cfd19b4a78c52702027b243f4a9e381ba /src/version.c
parent0a11f8ce4e796e576a8008326d058de7f64fc6c8 (diff)
updated for version 7.3.367v7.3.367
Problem: :wundo and :rundo use a wrong checksum. Solution: Include the last line when computing the hash. (Christian Brabandt)
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 ec69cb198c..55dba1e0a5 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 */
/**/
+ 367,
+/**/
366,
/**/
365,