]> git.sven.stormbind.net Git - sven/vym.git/blob - src/version.h
Replace Pierre as the maintainer
[sven/vym.git] / src / version.h
1 #ifndef VERSION_H
2 #define VERSION_H
3
4 #define __VYM_VERSION "2.9.28"
5 #define __VYM_BUILD_DATE "2024-05-10"
6
7 #define __VYM_CODE_QUALITY "Production"
8 #define __VYM_CODENAME ""
9
10 //#define __VYM_CODE_QUALITY "*Experimental*"
11 //#define __VYM_CODE_QUALITY "*Beta*"
12 //#define __VYM_CODENAME "Beta 8 of upcoming 2.9.0"
13
14 #define __VYM_NAME "VYM"
15 #define __VYM_HOME "http://www.insilmaril.de/vym"
16
17 #endif