diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-16 18:30:08 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-16 18:30:08 +0000 |
commit | b21e5843e53d3582df5f521f57e7e52e83d51d10 (patch) | |
tree | 6b542fe50eb62f693046067880e416e8b149b2eb /src/Makefile | |
parent | 99ebf04cf6acdd2b10d670e1cd6be4eae17333cf (diff) | |
download | vim-git-b21e5843e53d3582df5f521f57e7e52e83d51d10.tar.gz |
updated for version 7.0ev7.0e
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 0a8bbbe09..bbcbc1ca5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -880,7 +880,7 @@ MAN1DIR = /man1 ### Vim version (adjusted by a script) VIMMAJOR = 7 -VIMMINOR = 0d +VIMMINOR = 0e ### Location of Vim files (should not need to be changed, and {{{1 ### some things might not work when they are changed!) |