[lwatch-cvs] files/src settings.c,1.14,1.15
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-21 13:47:33
|
Update of /cvsroot/lwatch/files/src
In directory sc8-pr-cvs1:/tmp/cvs-serv32727/src
Modified Files:
settings.c
Log Message:
- lwatch -h shows version number
Index: settings.c
===================================================================
RCS file: /cvsroot/lwatch/files/src/settings.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** settings.c 21 Mar 2003 13:36:38 -0000 1.14
--- settings.c 21 Mar 2003 13:47:30 -0000 1.15
***************
*** 53,57 ****
int i;
char *usage[]={
! "Log Watcher, the log colourize tool, $Revision$",
"Copyright (C) 2002-2003 by Artur R. Czechowski <ar...@he...>",
"http://sourceforge.net/projects/lwatch",
--- 53,57 ----
int i;
char *usage[]={
! "Log Watcher, the log colourize tool, version " VERSION,
"Copyright (C) 2002-2003 by Artur R. Czechowski <ar...@he...>",
"http://sourceforge.net/projects/lwatch",
|