version.h
changeset 493 a3caa8bed260
parent 487 8fca3a710dc4
child 494 eea7fa702968
     1.1 --- a/version.h	Thu May 17 20:19:04 2007 +0000
     1.2 +++ b/version.h	Thu May 17 20:19:07 2007 +0000
     1.3 @@ -5,8 +5,9 @@
     1.4  
     1.5  #define __VYM_NAME "VYM"
     1.6  #define __VYM_VERSION "1.8.72"
     1.7 -#define __VYM_CODENAME "Codename: 1.9.0-beta-1"
     1.8 -#define __VYM_BUILD_DATE "May 3, 2007"
     1.9 +//#define __VYM_CODENAME "Codename: 1.9.0-beta-1"
    1.10 +#define __VYM_CODENAME "Codename: development version"
    1.11 +#define __VYM_BUILD_DATE "May 16, 2007"
    1.12  
    1.13  
    1.14  bool checkVersion(const QString &);