Files
AppleWin/resource/version.h
2020-04-26 18:10:32 +01:00

6 lines
129 B
C

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