comparison src/version.h @ 834:5117153003bd v7.0e

updated for version 7.0e
author vimboss
date Sun, 16 Apr 2006 18:30:08 +0000
parents f24a95dae8ee
children 8bebcabccc2c
comparison
equal deleted inserted replaced
833:52d17d53b555 834:5117153003bd
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 "vim70d" 36 #define VIM_VERSION_NODOT "vim70e"
37 #define VIM_VERSION_SHORT "7.0d" 37 #define VIM_VERSION_SHORT "7.0e"
38 #define VIM_VERSION_MEDIUM "7.0d05 BETA" 38 #define VIM_VERSION_MEDIUM "7.0e BETA"
39 #define VIM_VERSION_LONG "VIM - Vi IMproved 7.0d05 BETA (2006 Apr 15)" 39 #define VIM_VERSION_LONG "VIM - Vi IMproved 7.0e BETA (2006 Apr 16)"
40 #define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0d05 BETA (2006 Apr 15, compiled " 40 #define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0e BETA (2006 Apr 16, compiled "