- Timestamp:
- 03/03/01 00:03:19 (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
r2418 r2493 6 6 7 7 dnl All versioning is done via the following line 8 AM_INIT_AUTOMAKE(Licq-Console, 1.0. 1)8 AM_INIT_AUTOMAKE(Licq-Console, 1.0.2) 9 9 AM_CONFIG_HEADER(config.h) 10 10 -
trunk/console/src/main.cpp
r2418 r2493 29 29 const char *LP_Version() 30 30 { 31 static const char version[] = "1.0. 1";31 static const char version[] = "1.0.2"; 32 32 return version; 33 33 }
