initial import
[vym] / version.h
diff --git a/version.h b/version.h
new file mode 100644 (file)
index 0000000..765e3f8
--- /dev/null
+++ b/version.h
@@ -0,0 +1,16 @@
+#ifndef VERSION_H 
+#define VERSION_H
+
+#include <QString>
+
+#define __VYM_NAME "VYM"
+#define __VYM_VERSION "1.12.2"
+#define __VYM_CODENAME "Maintenance Update"
+//#define __VYM_CODENAME "Codename: development version"
+#define __VYM_BUILD_DATE "2008-10-05"
+
+
+bool checkVersion(const QString &);
+bool checkVersion(const QString &, const QString &);
+
+#endif