Changeset 2493 for trunk

Show
Ignore:
Timestamp:
03/03/01 00:03:19 (8 years ago)
Author:
graham
Message:

Version 1.0.2

Location:
trunk/console
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/console/configure.in

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

    r2418 r2493  
    2929const char *LP_Version() 
    3030{ 
    31   static const char version[] = "1.0.1"; 
     31  static const char version[] = "1.0.2"; 
    3232  return version; 
    3333}