diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-18 23:29:58 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-18 23:29:58 +0200 |
commit | d28478b5576e7c2aebf70a9fb03b4e4036dca03c (patch) | |
tree | 96e2acb26157b4eb38cf49b64043011d4092e4ad /src/Makefile | |
parent | 16d79a3b621e5aa21a3ec50ba4c3bfc522a3a7b3 (diff) | |
download | vim-git-d28478b5576e7c2aebf70a9fb03b4e4036dca03c.tar.gz |
Vim 7.3a -> 7.3b.
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 2211ba052..5d858bdb4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -925,7 +925,7 @@ MAN1DIR = /man1 ### Vim version (adjusted by a script) VIMMAJOR = 7 -VIMMINOR = 3a +VIMMINOR = 3b ### Location of Vim files (should not need to be changed, and {{{1 ### some things might not work when they are changed!) |