]> git.sven.stormbind.net Git - sven/vym.git/blobdiff - src/version.h
New upstream version 2.9.22
[sven/vym.git] / src / version.h
diff --git a/src/version.h b/src/version.h
new file mode 100644 (file)
index 0000000..c99a127
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef VERSION_H
+#define VERSION_H
+
+#define __VYM_VERSION "2.9.22"
+#define __VYM_BUILD_DATE "2023-08-28"
+
+#define __VYM_CODE_QUALITY "Production"
+#define __VYM_CODENAME ""
+
+//#define __VYM_CODE_QUALITY "*Experimental*"
+//#define __VYM_CODE_QUALITY "*Beta*"
+//#define __VYM_CODENAME "Beta 8 of upcoming 2.9.0"
+
+#define __VYM_NAME "VYM"
+#define __VYM_HOME "http://www.insilmaril.de/vym"
+
+#endif