summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2013-07-28 18:29:08 +0200
committerBram Moolenaar <bram@vim.org>2013-07-28 18:29:08 +0200
commitd5626221b006e59a23390625397985d95737b1a9 (patch)
tree4f04df2a888e42356a4a412240597e5019bf43ec /Makefile
parent6352dbf63da6090331b175836b8703e27470a6c4 (diff)
downloadvim-d5626221b006e59a23390625397985d95737b1a9.tar.gz
Update files for the 7.4b BETA release.v7.4b.000v7-4b-000
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3eebb823..763f047f 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ all install uninstall tools config configure reconfig proto depend lint tags typ
# Before creating an archive first delete all backup files, *.orig, etc.
MAJOR = 7
-MINOR = 4a
+MINOR = 4b
# Uncomment this line if the Win32s version is to be included.
# DOSBIN_S = dosbin_s
@@ -137,7 +137,7 @@ MINOR = 4a
# Or, when using the Visual C++ Toolkit 2003: "msvcsetup.bat" (adjust the
# paths when necessary).
# For Windows 98/ME the 2003 version is required, but then the executable
-# won't work on Windows 7 and 64 bit.
+# won't work on Windows 7 and 64 bit systems.
# - "nmake -f Make_mvc.mak" (use the same path as for vcvars32.bat)
# - "rm testdir/*.out", "nmake -f Make_mvc.mak test" and check the output.
# - Rename vim.exe to vimw32.exe, xxd/xxd.exe to xxdw32.exe.