summaryrefslogtreecommitdiff
path: root/dependencies/include/SDL/SDL_revision.h
blob: 5f44fb534872695c1ed47309835fb0994602bb7e (plain)
1
2
3
4
5
6
7
8
/* #undef SDL_VENDOR_INFO */
#define SDL_REVISION_NUMBER 0

#ifdef SDL_VENDOR_INFO
#define SDL_REVISION "SDL-2.26.1-no-vcs (" SDL_VENDOR_INFO ")"
#else
#define SDL_REVISION "SDL-2.26.1-no-vcs"
#endif