diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-08-10 15:00:24 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-08-10 15:00:24 +0200 |
commit | 3b1db36689ee9b3a49de1362c1678372263a01fe (patch) | |
tree | 690a508be01e936e11497ec7ecf6cb981d7feb80 /src/Makefile | |
parent | b7512b79ce62b5dba75eb5768ec5f0d0fddb49ee (diff) | |
download | vim-3b1db36689ee9b3a49de1362c1678372263a01fe.zip |
release version 7.4
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index aea9142dd..c83037869 100644 --- a/src/Makefile +++ b/src/Makefile @@ -949,7 +949,7 @@ MAN1DIR = /man1 ### Vim version (adjusted by a script) VIMMAJOR = 7 -VIMMINOR = 4b +VIMMINOR = 4 ### Location of Vim files (should not need to be changed, and {{{1 ### some things might not work when they are changed!) |