version.h
changeset 608 6cdc2e7b1937
parent 602 56c9bb79d20b
child 614 040f32294895
     1.1 --- a/version.h	Mon Oct 22 09:50:03 2007 +0000
     1.2 +++ b/version.h	Mon Oct 22 09:50:08 2007 +0000
     1.3 @@ -4,10 +4,10 @@
     1.4  #include <QString>
     1.5  
     1.6  #define __VYM_NAME "VYM"
     1.7 -#define __VYM_VERSION "1.10.1"
     1.8 +#define __VYM_VERSION "1.11.0"
     1.9  //#define __VYM_CODENAME "Codename: 1.10.0-RC-3"
    1.10  #define __VYM_CODENAME "Codename: development version"
    1.11 -#define __VYM_BUILD_DATE "September 30, 2007"
    1.12 +#define __VYM_BUILD_DATE "2007-10-19"
    1.13  
    1.14  
    1.15  bool checkVersion(const QString &);