summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-25 20:53:06 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-25 20:53:06 +0200
commitc3301874a66e2b4377fb2dc238e5d07426a25c1c (patch)
treee78c4abd2e72c00471700f0d304b5675e6496db3 /Makefile
parent6fc45b55fc317330193e460dc18732b7d6b15a87 (diff)
downloadvim-git-c3301874a66e2b4377fb2dc238e5d07426a25c1c.tar.gz
7.3b -> 7.3c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a96c8f8ca..994a70d02 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,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 = 3b
+MINOR = 3c
# Uncomment this line if the Win32s version is to be included.
DOSBIN_S = dosbin_s
@@ -161,8 +161,8 @@ DOSBIN_S = dosbin_s
# - Delete install.exe and uninstal.exe.
# - If building the Win32s version delete vimrun.exe.
# Win32s GUI version:
-# - Set environment for Visual C++ 4.1 (requires a new console window)
-# - "vcvars32.bat" (use the path for VC 4.1 e:\msdev\bin)
+# - Set environment for Visual C++ 4.1 (requires a new console window):
+# "vcvars32.bat" (use the path for VC 4.1 e:\msdev\bin)
# - "nmake -f Make_mvc.mak GUI=yes INTL=no clean" (use the path for VC 4.1)
# - "nmake -f Make_mvc.mak GUI=yes INTL=no" (use the path for VC 4.1)
# - Rename "gvim.exe" to "gvim_w32s.exe".