]> git.sven.stormbind.net Git - sven/vym.git/blobdiff - version.h
New upstream version 2.9.22
[sven/vym.git] / version.h
diff --git a/version.h b/version.h
deleted file mode 100644 (file)
index 89298ef..0000000
--- a/version.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef VERSION_H 
-#define VERSION_H
-
-#include <QString>
-
-#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