comparison src/version.h @ 1122:2ad54fcf37e3

updated for version 7.1a
author vimboss
date Sat, 05 May 2007 17:56:55 +0000
parents 4bac29d27e2f
children a91a2e0c4108
comparison
equal deleted inserted replaced
1121:e63691e7c504 1122:2ad54fcf37e3
13 * This doesn't use string contatenation, some compilers don't support it. 13 * This doesn't use string contatenation, 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 0 18 #define VIM_VERSION_MINOR 1
19 #define VIM_VERSION_MINOR_STR "0" 19 #define VIM_VERSION_MINOR_STR "1"
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 262 22 #define VIM_VERSION_BUILD 263
23 #define VIM_VERSION_BUILD_BCD 0x106 23 #define VIM_VERSION_BUILD_BCD 0x107
24 #define VIM_VERSION_BUILD_STR "262" 24 #define VIM_VERSION_BUILD_STR "263"
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 "vim70" 36 #define VIM_VERSION_NODOT "vim71a"
37 #define VIM_VERSION_SHORT "7.0" 37 #define VIM_VERSION_SHORT "7.1a"
38 #define VIM_VERSION_MEDIUM "7.0" 38 #define VIM_VERSION_MEDIUM "7.1a BETA"
39 #define VIM_VERSION_LONG "VIM - Vi IMproved 7.0 (2006 May 7)" 39 #define VIM_VERSION_LONG "VIM - Vi IMproved 7.1a BETA (2007 May 5)"
40 #define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0 (2006 May 7, compiled " 40 #define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.1a BETA (2007 May 5, compiled "