zdoom-macos-deps/deps/sdl2/include/SDL2/SDL_revision.h

9 lines
230 B
C
Raw Normal View History

2022-11-22 08:19:08 +00:00
/* #undef SDL_VENDOR_INFO */
2021-09-08 09:10:12 +00:00
#define SDL_REVISION_NUMBER 0
2021-12-04 11:46:55 +00:00
2022-11-22 08:19:08 +00:00
#ifdef SDL_VENDOR_INFO
2024-12-07 11:15:28 +00:00
#define SDL_REVISION "SDL-release-2.30.10-0-g9c821dc21 (" SDL_VENDOR_INFO ")"
2022-11-22 08:19:08 +00:00
#else
2024-12-07 11:15:28 +00:00
#define SDL_REVISION "SDL-release-2.30.10-0-g9c821dc21"
2021-12-04 11:46:55 +00:00
#endif