- Timestamp:
- 03/09/01 00:59:45 (8 years ago)
- Location:
- trunk/console
- Files:
-
- 2 modified
-
configure.in (modified) (1 diff)
-
src/main.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/configure.in
r2493 r2516 6 6 7 7 dnl All versioning is done via the following line 8 AM_INIT_AUTOMAKE(Licq-Console, 1.0. 2)8 AM_INIT_AUTOMAKE(Licq-Console, 1.0.3) 9 9 AM_CONFIG_HEADER(config.h) 10 10 -
trunk/console/src/main.cpp
r2493 r2516 29 29 const char *LP_Version() 30 30 { 31 static const char version[] = "1.0. 2";31 static const char version[] = "1.0.3"; 32 32 return version; 33 33 }
