author | insilmaril |
Mon Jul 27 12:53:17 2009 +0000 (2009-07-27) | |
changeset 783 | 85dec6a8c12c |
parent 777 | 8acac4fade1b |
child 785 | 5987f9f15bac |
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.13.0"
8 //#define __VYM_CODENAME "Codename: RC-1"
9 #define __VYM_CODENAME "Codename: development version, not for production!"
10 #define __VYM_BUILD_DATE "2009-07-07"
13 bool checkVersion(const QString &);
14 bool checkVersion(const QString &, const QString &);
16 #endif