version.h
author insilmaril
Sun, 26 Aug 2007 12:18:31 +0000
changeset 588 bc9ee45be19c
parent 585 a8e9eae855f4
child 595 0bd62e09d061
permissions -rw-r--r--
new builddate in version.h
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.10.0"
     8 #define __VYM_CODENAME "Codename: 1.10.0-RC-3"
     9 //#define __VYM_CODENAME "Codename: development version"
    10 #define __VYM_BUILD_DATE "August 26, 2007"
    11 
    12 
    13 bool checkVersion(const QString &);
    14 bool checkVersion(const QString &, const QString &);
    15 
    16 #endif