Changeset 1956 for trunk/auto-reply

Show
Ignore:
Timestamp:
06/08/00 07:12:07 (8 years ago)
Author:
graham
Message:

v0.17

Location:
trunk/auto-reply
Files:
2 modified

Legend:

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

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

    r1924 r1956  
    3737const char *LP_Version() 
    3838{ 
    39   static const char version[] = "0.16"; 
     39  static const char version[] = "0.17"; 
    4040  return version; 
    4141}