X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Fversion.h;fp=src%2Fversion.h;h=c99a12763ea4ab89668cf4618189ae86fe38edb3;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=0000000000000000000000000000000000000000;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/src/version.h b/src/version.h new file mode 100644 index 0000000..c99a127 --- /dev/null +++ b/src/version.h @@ -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