AppleWin/resource/version.h

6 lines
128 B
C
Raw Normal View History

2021-08-29 11:31:48 +00:00
#define APPLEWIN_VERSION 1,30,4,0
#define xstr(a) str(a)
#define str(a) #a
#define APPLEWIN_VERSION_STR xstr(APPLEWIN_VERSION)