diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-15 15:24:20 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-15 15:24:20 +0200 |
commit | 7f03644116399ebcf036ef7ea9f62391a948ff54 (patch) | |
tree | eaa205d393764282e97596b7d7667e028693ea7c /Makefile | |
parent | 35f330c0d21abe335ce242bfbbbcd7a8efb9108b (diff) | |
download | vim-git-7f03644116399ebcf036ef7ea9f62391a948ff54.tar.gz |
Last changes for the 7.3 release!v7.3
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 = 3g +MINOR = 3 # Uncomment this line if the Win32s version is to be included. DOSBIN_S = dosbin_s |