Index: /trunk/ntripclient/NtripLinuxClient.c
===================================================================
--- /trunk/ntripclient/NtripLinuxClient.c	(revision 438)
+++ /trunk/ntripclient/NtripLinuxClient.c	(revision 439)
@@ -1,5 +1,5 @@
 /*
   Easy example NTRIP client for Linux/Unix.
-  $Id: NtripLinuxClient.c,v 1.24 2007/01/09 08:16:33 stoecker Exp $
+  $Id: NtripLinuxClient.c,v 1.25 2007/04/04 14:23:47 stoecker Exp $
   Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de>
     
@@ -34,4 +34,8 @@
 #include <time.h>
 
+#ifndef COMPILEDATE
+#define COMPILEDATE " built " __DATE__
+#endif
+
 /* The string, which is send as agent in HTTP request */
 #define AGENTSTRING "NTRIP NtripLinuxClient"
@@ -41,6 +45,6 @@
 
 /* CVS revision and version */
-static char revisionstr[] = "$Revision: 1.24 $";
-static char datestr[]     = "$Date: 2007/01/09 08:16:33 $";
+static char revisionstr[] = "$Revision: 1.25 $";
+static char datestr[]     = "$Date: 2007/04/04 14:23:47 $";
 
 struct Args
@@ -229,5 +233,5 @@
   if(!res || help)
   {
-    fprintf(stderr, "Version %s (%s) GPL\nUsage:\n%s -s server -u user ...\n"
+    fprintf(stderr, "Version %s (%s) GPL" COMPILEDATE "\nUsage:\n%s -s server -u user ...\n"
     " -d " LONG_OPT("--data     ") "the requested data set\n"
     " -s " LONG_OPT("--server   ") "the server name or address\n"
Index: /trunk/ntripserver/NtripLinuxServer.c
===================================================================
--- /trunk/ntripserver/NtripLinuxServer.c	(revision 438)
+++ /trunk/ntripserver/NtripLinuxServer.c	(revision 439)
@@ -126,4 +126,8 @@
 #include <sys/termios.h>
 #include <sys/types.h>
+
+#ifndef COMPILEDATE
+#define COMPILEDATE " built " __DATE__
+#endif
 
 #ifndef MSG_DONTWAIT
@@ -924,5 +928,5 @@
 void usage(int rc)
 {
-  fprintf(stderr, "Usage: %s [OPTIONS]\n", VERSION);
+  fprintf(stderr, "Usage: " VERSION " [OPTIONS]" COMPILEDATE "\n");
   fprintf(stderr, "  Options are: [-]           \n");
   fprintf(stderr, "    -a DestinationCaster name or address (default: %s)\n",
Index: /trunk/rtcm3torinex/rtcm3torinex.c
===================================================================
--- /trunk/rtcm3torinex/rtcm3torinex.c	(revision 438)
+++ /trunk/rtcm3torinex/rtcm3torinex.c	(revision 439)
@@ -1,5 +1,5 @@
 /*
   Converter for RTCM3 data to RINEX.
-  $Id: rtcm3torinex.c,v 1.16 2007/01/11 15:32:26 stoecker Exp $
+  $Id: rtcm3torinex.c,v 1.17 2007/01/23 17:16:39 stoecker Exp $
   Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronik.eu>
 
@@ -51,5 +51,9 @@
 
 /* CVS revision and version */
-static char revisionstr[] = "$Revision: 1.16 $";
+static char revisionstr[] = "$Revision: 1.17 $";
+
+#ifndef COMPILEDATE
+#define COMPILEDATE " built " __DATE__
+#endif
 
 static uint32_t CRC24(long size, const unsigned char *buf)
@@ -1017,5 +1021,5 @@
 
 #ifndef NO_RTCM3_MAIN
-static char datestr[]     = "$Date: 2007/01/11 15:32:26 $";
+static char datestr[]     = "$Date: 2007/01/23 17:16:39 $";
 
 /* The string, which is send as agent in HTTP request */
@@ -1235,5 +1239,6 @@
   if(!res || help)
   {
-    RTCM3Error("Version %s (%s) GPL\nUsage: %s -s server -u user ...\n"
+    RTCM3Error("Version %s (%s) GPL" COMPILEDATE
+    "\nUsage: %s -s server -u user ...\n"
     " -d " LONG_OPT("--data       ") "the requested data set\n"
     " -f " LONG_OPT("--headerfile ") "file for RINEX header information\n"
