AppleWin/resource/version.h
2020-01-19 15:36:31 +00:00

5 lines
128 B
C

#define APPLEWIN_VERSION 1,29,8,0
#define xstr(a) str(a)
#define str(a) #a
#define APPLEWIN_VERSION_STR xstr(APPLEWIN_VERSION)