mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-20 02:15:06 +00:00
9 lines
232 B
C
9 lines
232 B
C
/* #undef SDL_VENDOR_INFO */
|
|
#define SDL_REVISION_NUMBER 0
|
|
|
|
#ifdef SDL_VENDOR_INFO
|
|
#define SDL_REVISION "SDL-release-2.32.0-112-g39a0fab4d (" SDL_VENDOR_INFO ")"
|
|
#else
|
|
#define SDL_REVISION "SDL-release-2.32.0-112-g39a0fab4d"
|
|
#endif
|