AppleWin/resource/version.h
2021-10-29 21:14:13 +01:00

6 lines
128 B
C

#define APPLEWIN_VERSION 1,30,6,0
#define xstr(a) str(a)
#define str(a) #a
#define APPLEWIN_VERSION_STR xstr(APPLEWIN_VERSION)