diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-12 14:24:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-12 14:24:39 +0200 |
commit | bb76f24af2010943387ce696a7092175b4ecccf2 (patch) | |
tree | db3bf4e8389e19ed8fe6d6634d58462e898e69d6 /src/Makefile | |
parent | edeb846c1f04a49466992077eaea3396838bf4fd (diff) | |
download | vim-bb76f24af2010943387ce696a7092175b4ecccf2.zip |
Vim 8.0 release
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 2c0feebe2..864f54b25 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1009,8 +1009,8 @@ TOOLS = xxd/xxd$(EXEEXT) MAN1DIR = /man1 ### Vim version (adjusted by a script) -VIMMAJOR = 7 -VIMMINOR = 4 +VIMMAJOR = 8 +VIMMINOR = 0 ### Location of Vim files (should not need to be changed, and {{{1 ### some things might not work when they are changed!) |