diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-01 20:38:51 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-01 20:38:51 +0200 |
commit | 9379f83030f05e81ebe0e8312b711ae830bbfbb7 (patch) | |
tree | 6af325a44f2c4405e398703036bdf499d4f0b69c /Makefile | |
parent | 4b26dff3296c7f9776aa788e4b1fafd33887a8de (diff) | |
download | vim-git-9379f83030f05e81ebe0e8312b711ae830bbfbb7.tar.gz |
Version 7.3c -> 7.3d
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 = 3c +MINOR = 3d # Uncomment this line if the Win32s version is to be included. DOSBIN_S = dosbin_s |