First step in the Vim 7.3 branch. Changed version numbers.
diff --git a/src/Makefile b/src/Makefile
index 928de57..f6b6e6f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -536,7 +536,7 @@
#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 @@
### 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!)