Changeset: d10ec9b2709d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d10ec9b2709d
Modified Files:
clients/src/mapiclient/mclient.mx
Branch: default
Log Message:
Merge with Jun2010 branch.
diffs (17 lines):
diff -r cb34dceea691 -r d10ec9b2709d clients/src/mapiclient/mclient.mx
--- a/clients/src/mapiclient/mclient.mx Wed Jul 21 15:06:43 2010 +0200
+++ b/clients/src/mapiclient/mclient.mx Wed Jul 21 15:29:52 2010 +0200
@@ -2585,11 +2585,8 @@
stream_printf(toConsole,
"Welcome to mclient, the MonetDB%s "
- "interactive terminal\n", lang);
- if (strcmp(MONETDB_RELEASE, "unreleased") == 0)
- stream_printf(toConsole, "Not released\n");
- else
- stream_printf(toConsole, "Release %s\n",
MONETDB_RELEASE);
+ "interactive terminal (%s)\n",
+ lang, MONETDB_RELEASE);
if (mode == SQL &&
(hdl = mapi_query(mid,
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list