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

9 lines
228 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-02-03 07:58:45 +00:00
#define SDL_REVISION "SDL-release-2.30.0-0-g859844eae (" SDL_VENDOR_INFO ")"
2022-11-22 08:19:08 +00:00
#else
2024-02-03 07:58:45 +00:00
#define SDL_REVISION "SDL-release-2.30.0-0-g859844eae"
2021-12-04 11:46:55 +00:00
#endif