zdoom-macos-deps/deps/sdl2/include/SDL2/SDL_revision.h
2024-10-03 10:29:16 +03:00

8 lines
186 B
C

/* #undef SDL_VENDOR_INFO */
#define SDL_REVISION_NUMBER 0
#ifdef SDL_VENDOR_INFO
#define SDL_REVISION "SDL-2.30.8 (" SDL_VENDOR_INFO ")"
#else
#define SDL_REVISION "SDL-2.30.8"
#endif