diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-04 19:29:04 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-04 19:29:04 +0200 |
commit | 257a9c873f9013eb1424a1a234024b2dca581773 (patch) | |
tree | d6bc8db01544b0800bce3e179e88d9b5519416fb /Makefile | |
parent | 3ea5fa7a11ba391a1dae0bb6a413d236712fe52b (diff) | |
download | vim-git-257a9c873f9013eb1424a1a234024b2dca581773.tar.gz |
7.3d -> 7.3e.
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 = 3d +MINOR = 3e # Uncomment this line if the Win32s version is to be included. DOSBIN_S = dosbin_s |