Update of /cvsroot/monetdb/MonetDB4/src/tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30817/MonetDB4/src/tools

Modified Files:
        Mserver.mx 
Log Message:

added "MonetDBversion()" function (analogous to "GDKversion()")
and used it to sync the Mserver code of the statically-linked Mserver
for SQL & Pathfinder with the original Mserver code.


Index: Mserver.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/tools/Mserver.mx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Mserver.mx  22 Aug 2007 06:21:47 -0000      1.11
+++ Mserver.mx  7 Sep 2007 21:11:04 -0000       1.12
@@ -383,7 +383,7 @@
        if (!c)
                usage(prog,debug, set, setlen);
 
-       GDKsetenv("monet_version", VERSION);
+       GDKsetenv("monet_version", (str)MonetDBversion());
 
        monet_hello(NULL);
        static_module_init();


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to