diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-09 20:16:32 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-09 20:16:32 +0200 |
commit | 82d1c33a8ab759aeca7efb462ecca66c8fa0ac96 (patch) | |
tree | d86535481bc26e794197b3aab8e3978804ce5b38 /Makefile | |
parent | 6af737fdb4a3594bc4ab8c0e04536af24768437a (diff) | |
download | vim-git-82d1c33a8ab759aeca7efb462ecca66c8fa0ac96.tar.gz |
Version 7.3e -> 7.3f.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = 3e +MINOR = 3f # Uncomment this line if the Win32s version is to be included. DOSBIN_S = dosbin_s |