version.h
changeset 566 ebebedffba50
parent 551 2913f96fd233
child 573 af451f0e5fbb
     1.1 --- a/version.h	Mon Jul 23 12:42:02 2007 +0000
     1.2 +++ b/version.h	Mon Jul 23 12:42:02 2007 +0000
     1.3 @@ -4,12 +4,13 @@
     1.4  #include <QString>
     1.5  
     1.6  #define __VYM_NAME "VYM"
     1.7 -#define __VYM_VERSION "1.9.2"
     1.8 +#define __VYM_VERSION "1.9.3"
     1.9  //#define __VYM_CODENAME "Codename: 1.10.0-beta-1"
    1.10  #define __VYM_CODENAME "Codename: development version"
    1.11 -#define __VYM_BUILD_DATE "July 16, 2007"
    1.12 +#define __VYM_BUILD_DATE "July 23, 2007"
    1.13  
    1.14  
    1.15  bool checkVersion(const QString &);
    1.16 +bool checkVersion(const QString &, const QString &);
    1.17  
    1.18  #endif