AppleWin/resource/version.h

6 lines
129 B
C
Raw Permalink Normal View History

2024-03-22 22:30:26 +00:00
#define APPLEWIN_VERSION 1,30,18,0
#define xstr(a) str(a)
#define str(a) #a
#define APPLEWIN_VERSION_STR xstr(APPLEWIN_VERSION)