- Timestamp:
- 03/23/00 06:58:33 (9 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
r1330 r1389 6 6 7 7 dnl All versioning is done via the following line 8 AM_INIT_AUTOMAKE(Licq-Console, 0.2 0)8 AM_INIT_AUTOMAKE(Licq-Console, 0.21) 9 9 AM_CONFIG_HEADER(config.h) 10 10 -
trunk/console/src/main.cpp
r1221 r1389 26 26 const char *LP_Version() 27 27 { 28 static const char version[] = "0.2 0";28 static const char version[] = "0.21"; 29 29 return version; 30 30 }
