diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-09 20:16:32 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-09 20:16:32 +0200 |
commit | 82d1c33a8ab759aeca7efb462ecca66c8fa0ac96 (patch) | |
tree | d86535481bc26e794197b3aab8e3978804ce5b38 /src/Makefile | |
parent | 6af737fdb4a3594bc4ab8c0e04536af24768437a (diff) | |
download | vim-git-82d1c33a8ab759aeca7efb462ecca66c8fa0ac96.tar.gz |
Version 7.3e -> 7.3f.
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 ba911666e..43153781a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -930,7 +930,7 @@ MAN1DIR = /man1 ### Vim version (adjusted by a script) VIMMAJOR = 7 -VIMMINOR = 3e +VIMMINOR = 3f ### Location of Vim files (should not need to be changed, and {{{1 ### some things might not work when they are changed!) |