diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-15 13:56:02 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-15 13:56:02 +0200 |
commit | fff2beeeaa2c02a18fa4b2a6807717679e1a6dcf (patch) | |
tree | c7f77628ab6a605e7d1c111556a32a52e5c6006e /src/Makefile | |
parent | 00a927d62b68a3523cb1c4f9aa3f7683345c8182 (diff) | |
download | vim-git-fff2beeeaa2c02a18fa4b2a6807717679e1a6dcf.tar.gz |
First step in the Vim 7.3 branch. Changed version numbers.
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 928de5740..f6b6e6f1f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -536,7 +536,7 @@ CClink = $(CC) #CFLAGS = -g -O2 '-DSTARTUPTIME="vimstartup"' -fno-strength-reduce -Wall -Wmissing-prototypes # Use this with GCC to check for mistakes, unused arguments, etc. -#CFLAGS = -g -Wall -Wextra -Wmissing-prototypes -Wunreachable-code +#CFLAGS = -g -Wall -Wextra -Wmissing-prototypes -Wunreachable-code -D_FORTIFY_SOURCE=1 #PYTHON_CFLAGS_EXTRA = -Wno-missing-field-initializers #MZSCHEME_CFLAGS_EXTRA = -Wno-unreachable-code -Wno-unused-parameter @@ -914,7 +914,7 @@ MAN1DIR = /man1 ### Vim version (adjusted by a script) VIMMAJOR = 7 -VIMMINOR = 2 +VIMMINOR = 3a ### Location of Vim files (should not need to be changed, and {{{1 ### some things might not work when they are changed!) |