AppleWin/resource/version.h

6 lines
129 B
C
Raw Normal View History

2023-03-11 23:12:11 +00:00
#define APPLEWIN_VERSION 1,30,14,1
#define xstr(a) str(a)
#define str(a) #a
#define APPLEWIN_VERSION_STR xstr(APPLEWIN_VERSION)