]> git.sven.stormbind.net Git - sven/vym.git/blob - version.h
Import Upstream version 2.6.11
[sven/vym.git] / version.h
1 #ifndef VERSION_H 
2 #define VERSION_H
3
4 #include <QString>
5
6 #define __VYM_NAME "VYM" 
7 #define __VYM_VERSION "2.6.11"
8 #define __VYM_CODENAME "Codename: Production release"
9 //#define __VYM_CODENAME "Codename: development version, not for production!"
10 #define __VYM_BUILD_DATE "2017-11-14"
11 #define __VYM_HOME "http://www.insilmaril.de/vym"
12
13 bool versionLowerThanVym(const QString &);
14 bool versionLowerOrEqualThanVym(const QString &);
15 bool versionLowerOrEqual(const QString &, const QString &);
16
17 #endif