summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-03 22:28:36 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-03 22:28:36 +0200
commitc84e3c1ee1cc3bc79dc5c313df593670528ac395 (patch)
tree0aadde6012b802e2ebecc0f82c320e9c43933c98 /src/version.c
parentee0ee2a04638c6b511c909197ba597d329c6f3e0 (diff)
updated for version 7.3.1302v7.3.1302
Problem: Test 17 fails on MS-Windows. Includes line break in file name everywhere. Solution: Fix 'fileformat'. Omit CR-LF from a line read from an included file.
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 1e9ab93460..e84ea52302 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1302,
+/**/
1301,
/**/
1300,