mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-22 09:30:15 +00:00
6 lines
128 B
C
6 lines
128 B
C
#define APPLEWIN_VERSION 1,30,0,0
|
|
|
|
#define xstr(a) str(a)
|
|
#define str(a) #a
|
|
#define APPLEWIN_VERSION_STR xstr(APPLEWIN_VERSION)
|