1
0
mirror of https://github.com/AppleWin/AppleWin.git synced 2025-01-17 00:30:04 +00:00
2024-03-22 22:30:26 +00:00

6 lines
129 B
C

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