Changeset 2516 for trunk

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

1.0.3

Location:
trunk/console
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/console/configure.in

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

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