2026-01-27 22:16:21 +01:00

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