AppleWin/resource/version.h
tomcw f19822dc08 Bump version: 1.30.19
Fix for loading old save-states with HDC+HD tests
2024-07-28 21:53:33 +01:00

6 lines
129 B
C

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