Changeset 3559 for trunk/console

Show
Ignore:
Timestamp:
06/26/03 01:08:19 (5 years ago)
Author:
emostar
Message:

New version: 1.2.7

Location:
trunk/console
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/console/configure.in

    r3414 r3559  
    66 
    77dnl All versioning is done via the following line 
    8 AM_INIT_AUTOMAKE(Licq-Console, 1.2.6) 
     8AM_INIT_AUTOMAKE(Licq-Console, 1.2.7) 
    99AM_CONFIG_HEADER(config.h) 
    1010 
  • trunk/console/src/main.cpp

    r3247 r3559  
    2929const char *LP_Version() 
    3030{ 
    31   static const char version[] = "1.2.4"; 
     31  static const char version[] = "1.2.7"; 
    3232  return version; 
    3333}