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
2023-02-17 15:21:47 +00:00
#define SDL_REVISION "SDL-release-2.26.3-0-gadf31f6ec (" SDL_VENDOR_INFO ")"
2022-11-22 08:19:08 +00:00
#else
2023-02-17 15:21:47 +00:00
#define SDL_REVISION "SDL-release-2.26.3-0-gadf31f6ec"
2021-12-04 11:46:55 +00:00
#endif