Files
AppleWin/resource/version.h
2019-02-02 16:11:06 +00:00

6 lines
128 B
C

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