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 /src/Makefile | |
parent | 3ea5fa7a11ba391a1dae0bb6a413d236712fe52b (diff) | |
download | vim-git-257a9c873f9013eb1424a1a234024b2dca581773.tar.gz |
7.3d -> 7.3e.
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 b3fb0c90c..1c5e3dddf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -930,7 +930,7 @@ MAN1DIR = /man1 ### Vim version (adjusted by a script) VIMMAJOR = 7 -VIMMINOR = 3d +VIMMINOR = 3e ### Location of Vim files (should not need to be changed, and {{{1 ### some things might not work when they are changed!) |