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-09-02 07:14:05 +00:00
#define SDL_REVISION "SDL-release-2.30.7-0-g9519b9916 (" SDL_VENDOR_INFO ")"
2022-11-22 08:19:08 +00:00
#else
2024-09-02 07:14:05 +00:00
#define SDL_REVISION "SDL-release-2.30.7-0-g9519b9916"
2021-12-04 11:46:55 +00:00
#endif