Changeset 3832 for trunk/console
- Timestamp:
- 08/13/04 00:04:53 (4 years ago)
- Location:
- trunk/console
- Files:
-
- 2 modified
-
configure.in (modified) (1 diff)
-
src/main.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/configure.in
r3559 r3832 6 6 7 7 dnl All versioning is done via the following line 8 AM_INIT_AUTOMAKE(Licq-Console, 1. 2.7)8 AM_INIT_AUTOMAKE(Licq-Console, 1.3.0) 9 9 AM_CONFIG_HEADER(config.h) 10 10 -
trunk/console/src/main.cpp
r3559 r3832 29 29 const char *LP_Version() 30 30 { 31 static const char version[] = "1. 2.7";31 static const char version[] = "1.3.0"; 32 32 return version; 33 33 } … … 65 65 { 66 66 case 'h': // help 67 LP_Usage();67 puts(LP_Usage()); 68 68 return false; 69 69 }
