|
From: wasted <wa...@fi...> - 2004-01-18 16:53:45
|
wasted 2004/01/18 10:59:19 CST
Modified files:
src main.c
Log:
Add some PHP example scripts and bump up the version for a release.
Revision Changes Path
1.2 +2 -2 wStats/src/main.c
Index: main.c
===================================================================
RCS file: /home/cvs/wstats/wStats/src/main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- main.c 13 Dec 2003 13:36:23 -0000 1.1
+++ main.c 18 Jan 2004 16:59:19 -0000 1.2
@@ -18,7 +18,7 @@
* wStats is derrived from srvx (http://srvx.net), everything in here that's
* original srvx code, Copyrighted 2000-2003 srvx Development Team.
*
- * $Id: main.c,v 1.1 2003/12/13 13:36:23 wasted Exp $
+ * $Id: main.c,v 1.2 2004/01/18 16:59:19 wasted Exp $
*/
#define PID_FILE "wstats.pid"
@@ -542,7 +542,7 @@
void version() {
printf(" --------------------------------------------------\n"
" - "PACKAGE_STRING", Built: " __DATE__ ", " __TIME__".\n"
- " - Copyright (C) 2003, wStats Development\n"
+ " - Copyright (C) 2003-2004, wStats Development\n"
" --------------------------------------------------\n");
}
|