Changeset 3559 for trunk/console
- Timestamp:
- 06/26/03 01:08:19 (5 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
r3414 r3559 6 6 7 7 dnl All versioning is done via the following line 8 AM_INIT_AUTOMAKE(Licq-Console, 1.2. 6)8 AM_INIT_AUTOMAKE(Licq-Console, 1.2.7) 9 9 AM_CONFIG_HEADER(config.h) 10 10 -
trunk/console/src/main.cpp
r3247 r3559 29 29 const char *LP_Version() 30 30 { 31 static const char version[] = "1.2. 4";31 static const char version[] = "1.2.7"; 32 32 return version; 33 33 }
