summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-10-21 01:21:59 +0200
committerBram Moolenaar <Bram@vim.org>2012-10-21 01:21:59 +0200
commitf3408e76fb500d56557489cd533d19d116fc260b (patch)
treeef15872d930ce52ce02acb6e64d3be7ee6346b32 /src
parentb6101cf77f3e9e8cc33a94a0c01db3bcde96eba9 (diff)
updated for version 7.3.696v7.3.696
Problem: Message about added spell language can be wrong. Solution: Give correct message. Add g:menutrans_set_lang_to to allow for translation. (Jiri Sedlak)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 73ca9637d5..4cd98d3a2e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 696,
+/**/
695,
/**/
694,