On 13-02-2007 11:35:59 +0100, Sjoerd Mullender wrote:
> On 2007-02-13 10:55, Fabian wrote:
> > ===================================================================
> > RCS file: /cvsroot/monetdb/MonetDB5/src/tools/mserver5.mx,v
> > retrieving revision 1.27
> > retrieving revision 1.28
> > diff -u -d -r1.27 -r1.28
> > --- mserver5.mx     19 Jan 2007 14:41:24 -0000      1.27
> > +++ mserver5.mx     13 Feb 2007 09:55:54 -0000      1.28
> > @@ -156,7 +156,7 @@
> >     char *msg = mo_find_option(set, setlen, "monet_welcome");
> >  
> >     if (msg && strcmp(msg, "yes") == 0) {
> > -           printf("# MonetDB Server v%s\n", GDKgetenv("gdk_version"));
> > +           printf("# MonetDB Server v" VERSION "\n");
> >             printf("# Copyright (c) 1993-2007 CWI, all rights reserved\n");
> >             printf("# Compiled for %s/" SZFMT "bit with " SZFMT "bit OIDs 
> > %s linked\n", HOST, (size_t) (sizeof(ptr) * 8), (size_t) (sizeof(oid) * 8), 
> > linkinfo);
> >  #ifdef MONET_GLOBAL_DEBUG
> 
> Using
> printf("# MonetDB Server v%s\n", VERSION);
> may be better.  It'll even work when somebody somehow puts a % in VERSION.

You're right, I'll fix that.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Monetdb-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-developers

Reply via email to