author | insilmaril |
Mon Aug 27 10:11:59 2007 +0000 (2007-08-27) | |
changeset 590 | eff55addc857 |
parent 585 | a8e9eae855f4 |
child 595 | 0bd62e09d061 |
permissions | -rw-r--r-- |
1 #ifndef VERSION_H
2 #define VERSION_H
4 #include <QString>
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"
13 bool checkVersion(const QString &);
14 bool checkVersion(const QString &, const QString &);
16 #endif