X-Git-Url: http://www.andromeda.nl/gitweb/?a=blobdiff_plain;f=src%2Fgcm_input%2Fgcm_input.cpp;h=e57b6f216f7ed0752a5387fbc859b89d3602169d;hb=fdc8d719919aaee4dac4e4ae32155505999a505a;hp=147ea5f47f8795c9fa211e6fe4f0fefb0c8e1ad9;hpb=9e9100fc77976e709b0c51ceb80ec03759198e9d;p=gnucomo.git diff --git a/src/gcm_input/gcm_input.cpp b/src/gcm_input/gcm_input.cpp index 147ea5f..e57b6f2 100644 --- a/src/gcm_input/gcm_input.cpp +++ b/src/gcm_input/gcm_input.cpp @@ -7,7 +7,7 @@ *********************** ** FILE NAME : gcm_input.cpp ** SYSTEM NAME : Gnucomo - Gnu Computer Monitoring -** VERSION NUMBER : $Revision: 1.9 $ +** VERSION NUMBER : $Revision: 1.10 $ ** ** DESCRIPTION : Application to store client messages into the database ** The client message contains a log file from one of the @@ -54,7 +54,10 @@ /***************************** $Log: gcm_input.cpp,v $ - Revision 1.9 2003-09-01 06:59:26 arjen + Revision 1.10 2003-09-03 06:58:31 arjen + Changed version string to 0.0.8 + + Revision 1.9 2003/09/01 06:59:26 arjen A date without the time for the '-d option will assume midnight on that date. @@ -97,7 +100,7 @@ *****************************/ -static const char *RCSID = "$Id: gcm_input.cpp,v 1.9 2003-09-01 06:59:26 arjen Exp $"; +static const char *RCSID = "$Id: gcm_input.cpp,v 1.10 2003-09-03 06:58:31 arjen Exp $"; #include @@ -114,7 +117,7 @@ bool testmode = false; bool incremental = false; std::ostream *log = &std::cerr; -static char *Version = "gcm_input version 0.0.7 - Jul 24, 2003"; +static char *Version = "gcm_input version 0.0.8 - Sep 04, 2003"; /*=========================================================================