zdoom-macos-deps/deps/sdl2/include/SDL2/SDL_revision.h
2022-12-02 14:05:05 +02:00

8 lines
228 B
C

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