AppleWin/resource/version.h
2022-12-16 10:34:51 +00:00

6 lines
129 B
C

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