Changeset 2518 for trunk/auto-reply

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

1.0.2

Location:
trunk/auto-reply
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/auto-reply/configure.in

    r2415 r2518  
    66 
    77dnl All versioning is done via the following line 
    8 AM_INIT_AUTOMAKE(Licq-AutoReply, 1.0.1) 
     8AM_INIT_AUTOMAKE(Licq-AutoReply, 1.0.2) 
    99AM_CONFIG_HEADER(config.h) 
    1010 
  • trunk/auto-reply/src/main.cpp

    r2204 r2518  
    4242const char *LP_Version() 
    4343{ 
    44   static const char version[] = "1.00"; 
     44  static const char version[] = "1.0.2"; 
    4545  return version; 
    4646}