comparison src/version.h @ 1621:82b5078be2dd

updated for version 7.2a
author vimboss
date Tue, 24 Jun 2008 21:56:24 +0000
parents 958d8ef33f17
children 0b796e045c42
comparison
equal deleted inserted replaced
1620:73fe8baea242 1621:82b5078be2dd
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 1 18 #define VIM_VERSION_MINOR 2
19 #define VIM_VERSION_MINOR_STR "1" 19 #define VIM_VERSION_MINOR_STR "2"
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 265 22 #define VIM_VERSION_BUILD 266
23 #define VIM_VERSION_BUILD_BCD 0x109 23 #define VIM_VERSION_BUILD_BCD 0x10a
24 #define VIM_VERSION_BUILD_STR "265" 24 #define VIM_VERSION_BUILD_STR "266"
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 "vim71" 36 #define VIM_VERSION_NODOT "vim72a"
37 #define VIM_VERSION_SHORT "7.1" 37 #define VIM_VERSION_SHORT "7.2a"
38 #define VIM_VERSION_MEDIUM "7.1" 38 #define VIM_VERSION_MEDIUM "7.2a BETA"
39 #define VIM_VERSION_LONG "VIM - Vi IMproved 7.1 (2007 May 12)" 39 #define VIM_VERSION_LONG "VIM - Vi IMproved 7.2a BETA (2008 Jun 24)"
40 #define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.1 (2007 May 12, compiled " 40 #define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.2a BETA (2008 Jun 24, compiled "