X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=version.h;fp=version.h;h=0000000000000000000000000000000000000000;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=89298ef99cc1e009662bd6c69183c9ea741ebd7d;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/version.h b/version.h deleted file mode 100644 index 89298ef..0000000 --- a/version.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef VERSION_H -#define VERSION_H - -#include - -#define __VYM_NAME "VYM" -#define __VYM_VERSION "2.6.11" -#define __VYM_CODENAME "Codename: Production release" -//#define __VYM_CODENAME "Codename: development version, not for production!" -#define __VYM_BUILD_DATE "2017-11-14" -#define __VYM_HOME "http://www.insilmaril.de/vym" - -bool versionLowerThanVym(const QString &); -bool versionLowerOrEqualThanVym(const QString &); -bool versionLowerOrEqual(const QString &, const QString &); - -#endif