comparison src/version.c @ 990:9adbd26f7fee v7.0.116

updated for version 7.0-116
author vimboss
date Tue, 03 Oct 2006 14:30:41 +0000
parents 3f8cf4c668c3
children ddafd2ba3a86
comparison
equal deleted inserted replaced
989:3f8cf4c668c3 990:9adbd26f7fee
665 }; 665 };
666 666
667 static int included_patches[] = 667 static int included_patches[] =
668 { /* Add new patch number below this line */ 668 { /* Add new patch number below this line */
669 /**/ 669 /**/
670 116,
671 /**/
670 115, 672 115,
671 /**/ 673 /**/
672 114, 674 114,
673 /**/ 675 /**/
674 113, 676 113,
959 # ifdef FEAT_GUI_W32 961 # ifdef FEAT_GUI_W32
960 # if defined(_MSC_VER) && (_MSC_VER <= 1010) 962 # if defined(_MSC_VER) && (_MSC_VER <= 1010)
961 /* Only MS VC 4.1 and earlier can do Win32s */ 963 /* Only MS VC 4.1 and earlier can do Win32s */
962 MSG_PUTS(_("\nMS-Windows 16/32 bit GUI version")); 964 MSG_PUTS(_("\nMS-Windows 16/32 bit GUI version"));
963 # else 965 # else
966 # ifdef _WIN64
967 MSG_PUTS(_("\nMS-Windows 64 bit GUI version"));
968 # else
964 MSG_PUTS(_("\nMS-Windows 32 bit GUI version")); 969 MSG_PUTS(_("\nMS-Windows 32 bit GUI version"));
970 # endif
965 # endif 971 # endif
966 if (gui_is_win32s()) 972 if (gui_is_win32s())
967 MSG_PUTS(_(" in Win32s mode")); 973 MSG_PUTS(_(" in Win32s mode"));
968 # ifdef FEAT_OLE 974 # ifdef FEAT_OLE
969 MSG_PUTS(_(" with OLE support")); 975 MSG_PUTS(_(" with OLE support"));