0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

Update version.h for 7.3c -> 7.3d.

This commit is contained in:
Bram Moolenaar 2010-08-01 22:35:43 +02:00
parent 90df5507c0
commit e04abda52f
2 changed files with 9 additions and 9 deletions

View File

@ -449,7 +449,7 @@ Section Uninstall
AskRemove: AskRemove:
MessageBox MB_YESNO|MB_ICONQUESTION \ MessageBox MB_YESNO|MB_ICONQUESTION \
"Remove all files in your $1\vimfiles directory? \ "Remove all files in your $1\vimfiles directory?$\n \
$\nCAREFUL: If you have created something there that you want to keep, click No" IDNO Fin $\nCAREFUL: If you have created something there that you want to keep, click No" IDNO Fin
RMDir /r $1\vimfiles RMDir /r $1\vimfiles
NoRemove: NoRemove:

View File

@ -19,9 +19,9 @@
#define VIM_VERSION_MINOR_STR "3" #define VIM_VERSION_MINOR_STR "3"
#define VIM_VERSION_100 (VIM_VERSION_MAJOR * 100 + VIM_VERSION_MINOR) #define VIM_VERSION_100 (VIM_VERSION_MAJOR * 100 + VIM_VERSION_MINOR)
#define VIM_VERSION_BUILD 272 #define VIM_VERSION_BUILD 273
#define VIM_VERSION_BUILD_BCD 0x110 #define VIM_VERSION_BUILD_BCD 0x111
#define VIM_VERSION_BUILD_STR "272" #define VIM_VERSION_BUILD_STR "273"
#define VIM_VERSION_PATCHLEVEL 0 #define VIM_VERSION_PATCHLEVEL 0
#define VIM_VERSION_PATCHLEVEL_STR "0" #define VIM_VERSION_PATCHLEVEL_STR "0"
/* Used by MacOS port should be one of: development, alpha, beta, final */ /* Used by MacOS port should be one of: development, alpha, beta, final */
@ -33,8 +33,8 @@
* VIM_VERSION_MEDIUM is used for the startup-screen. * VIM_VERSION_MEDIUM is used for the startup-screen.
* VIM_VERSION_LONG is used for the ":version" command and "Vim -h". * VIM_VERSION_LONG is used for the ":version" command and "Vim -h".
*/ */
#define VIM_VERSION_NODOT "vim73c" #define VIM_VERSION_NODOT "vim73d"
#define VIM_VERSION_SHORT "7.3c" #define VIM_VERSION_SHORT "7.3d"
#define VIM_VERSION_MEDIUM "7.3c BETA" #define VIM_VERSION_MEDIUM "7.3d BETA"
#define VIM_VERSION_LONG "VIM - Vi IMproved 7.3c BETA (2010 Aug 1)" #define VIM_VERSION_LONG "VIM - Vi IMproved 7.3d BETA (2010 Aug 1)"
#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.3c BETA (2010 Aug 1, compiled " #define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.3d BETA (2010 Aug 1, compiled "