Changeset 2307 for trunk/rms

Show
Ignore:
Timestamp:
10/11/00 05:53:26 (8 years ago)
Author:
graham
Message:

Version fixes.

Location:
trunk/rms
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/rms/configure.in

    r1994 r2307  
    66 
    77dnl All versioning is done via the following line 
    8 AM_INIT_AUTOMAKE(Licq-RMS, 0.10) 
     8AM_INIT_AUTOMAKE(Licq-RMS, 0.20) 
    99AM_CONFIG_HEADER(config.h) 
    1010 
  • trunk/rms/src/main.cpp

    r2154 r2307  
    3434const char *LP_Version() 
    3535{ 
    36   static const char version[] = "0.10"; 
     36  static const char version[] = "0.20"; 
    3737  return version; 
    3838}