summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-04-28 19:05:05 +0200
committerBram Moolenaar <Bram@vim.org>2011-04-28 19:05:05 +0200
commit72bb0d64554d671deb70724774f2a93c2d17c407 (patch)
treea927226f161a868a8db089ebf1b8ad2589df1590
parent8e5af3e531b986985e2be05e7be652119e76889f (diff)
downloadvim-git-72bb0d64554d671deb70724774f2a93c2d17c407.tar.gz
updated for version 7.3.170v7.3.170
Problem: VMS Makefile for testing was not updated for test77. Solution: Add test77 to the Makefile.
-rw-r--r--src/testdir/Make_vms.mms5
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms
index 5ddb1d8fe..dfe0e9b21 100644
--- a/src/testdir/Make_vms.mms
+++ b/src/testdir/Make_vms.mms
@@ -4,7 +4,7 @@
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
#
-# Last change: 2010 Nov 10
+# Last change: 2011 Mar 03
#
# This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
# Edit the lines in the Configuration section below to select.
@@ -74,7 +74,8 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \
test56.out test57.out test60.out \
test61.out test62.out test63.out test64.out test65.out \
test66.out test67.out test68.out test69.out \
- test71.out test72.out test74.out test75.out test76.out
+ test71.out test72.out test74.out test75.out test76.out \
+ test77.out
# Known problems:
# Test 30: a problem around mac format - unknown reason
diff --git a/src/version.c b/src/version.c
index 55f8ec3fd..51e2cf972 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 */
/**/
+ 170,
+/**/
169,
/**/
168,