]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-116 v7.0.116
authorBram Moolenaar <Bram@vim.org>
Tue, 3 Oct 2006 14:30:41 +0000 (14:30 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 3 Oct 2006 14:30:41 +0000 (14:30 +0000)
src/version.c

index e32783063b36f07ec523613cdfe905ef8d458a4c..85dc9209c20865b8d2b7b943ddd335287ef39176 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    116,
 /**/
     115,
 /**/
@@ -961,7 +963,11 @@ list_version()
     /* Only MS VC 4.1 and earlier can do Win32s */
     MSG_PUTS(_("\nMS-Windows 16/32 bit GUI version"));
 #  else
+#   ifdef _WIN64
+    MSG_PUTS(_("\nMS-Windows 64 bit GUI version"));
+#   else
     MSG_PUTS(_("\nMS-Windows 32 bit GUI version"));
+#   endif
 #  endif
     if (gui_is_win32s())
        MSG_PUTS(_(" in Win32s mode"));