summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-10-03 14:30:41 +0000
committerBram Moolenaar <Bram@vim.org>2006-10-03 14:30:41 +0000
commitd9b8733023e0946431abfb90c2d73fc0695756a3 (patch)
tree020cd2d2156751faecda209c86a595ac84977afd
parent5948a57702e628ae1134c26cbfa02c97d4269503 (diff)
updated for version 7.0-116v7.0.116
-rw-r--r--src/version.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e32783063b..85dc9209c2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 116,
+/**/
115,
/**/
114,
@@ -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"));