comparison src/version.h @ 2154:7c8c7c95a865 vim73

First step in the Vim 7.3 branch. Changed version numbers.
author Bram Moolenaar <bram@zimbu.org>
date Sat, 15 May 2010 13:56:02 +0200
parents 5232b9862f23
children 733f0dc510c3 eaa2022d8f9f
comparison
equal deleted inserted replaced
2152:b9e314fe473f 2154:7c8c7c95a865
13 * This doesn't use string concatenation, some compilers don't support it. 13 * This doesn't use string concatenation, some compilers don't support it.
14 */ 14 */
15 15
16 #define VIM_VERSION_MAJOR 7 16 #define VIM_VERSION_MAJOR 7
17 #define VIM_VERSION_MAJOR_STR "7" 17 #define VIM_VERSION_MAJOR_STR "7"
18 #define VIM_VERSION_MINOR 2 18 #define VIM_VERSION_MINOR 3
19 #define VIM_VERSION_MINOR_STR "2" 19 #define VIM_VERSION_MINOR_STR "3"
20 #define VIM_VERSION_100 (VIM_VERSION_MAJOR * 100 + VIM_VERSION_MINOR) 20 #define VIM_VERSION_100 (VIM_VERSION_MAJOR * 100 + VIM_VERSION_MINOR)
21 21
22 #define VIM_VERSION_BUILD 269 22 #define VIM_VERSION_BUILD 270
23 #define VIM_VERSION_BUILD_BCD 0x10d 23 #define VIM_VERSION_BUILD_BCD 0x10e
24 #define VIM_VERSION_BUILD_STR "269" 24 #define VIM_VERSION_BUILD_STR "270"
25 #define VIM_VERSION_PATCHLEVEL 0 25 #define VIM_VERSION_PATCHLEVEL 0
26 #define VIM_VERSION_PATCHLEVEL_STR "0" 26 #define VIM_VERSION_PATCHLEVEL_STR "0"
27 /* Used by MacOS port should be one of: development, alpha, beta, final */ 27 /* Used by MacOS port should be one of: development, alpha, beta, final */
28 #define VIM_VERSION_RELEASE final 28 #define VIM_VERSION_RELEASE beta
29 29
30 /* 30 /*
31 * VIM_VERSION_NODOT is used for the runtime directory name. 31 * VIM_VERSION_NODOT is used for the runtime directory name.
32 * VIM_VERSION_SHORT is copied into the swap file (max. length is 6 chars). 32 * VIM_VERSION_SHORT is copied into the swap file (max. length is 6 chars).
33 * VIM_VERSION_MEDIUM is used for the startup-screen. 33 * VIM_VERSION_MEDIUM is used for the startup-screen.
34 * VIM_VERSION_LONG is used for the ":version" command and "Vim -h". 34 * VIM_VERSION_LONG is used for the ":version" command and "Vim -h".
35 */ 35 */
36 #define VIM_VERSION_NODOT "vim72" 36 #define VIM_VERSION_NODOT "vim73a"
37 #define VIM_VERSION_SHORT "7.2" 37 #define VIM_VERSION_SHORT "7.3a"
38 #define VIM_VERSION_MEDIUM "7.2" 38 #define VIM_VERSION_MEDIUM "7.3a BETA"
39 #define VIM_VERSION_LONG "VIM - Vi IMproved 7.2 (2008 Aug 9)" 39 #define VIM_VERSION_LONG "VIM - Vi IMproved 7.3 BETA (2010 May 15)"
40 #define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.2 (2008 Aug 9, compiled " 40 #define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.3 BETA (2008 May 15, compiled "