author | insilmaril |
Mon Jul 30 09:47:11 2007 +0000 (2007-07-30) | |
changeset 572 | a97aabc21136 |
parent 551 | 2913f96fd233 |
child 573 | af451f0e5fbb |
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.9.3"
8 //#define __VYM_CODENAME "Codename: 1.10.0-beta-1"
9 #define __VYM_CODENAME "Codename: development version"
10 #define __VYM_BUILD_DATE "July 23, 2007"
13 bool checkVersion(const QString &);
14 bool checkVersion(const QString &, const QString &);
16 #endif