AppleWin/resource/version.h

6 lines
129 B
C
Raw Normal View History

2022-06-23 19:26:09 +00:00
#define APPLEWIN_VERSION 1,30,11,0
#define xstr(a) str(a)
#define str(a) #a
#define APPLEWIN_VERSION_STR xstr(APPLEWIN_VERSION)