SDL2 API: 01.Basics - 06 - Querying SDL Version Flashcards
SDL_COMPILEDVERSION
Macro to get the SDL version number that you compiled against.
SDL_GetRevision
Get the code revision of SDL that is linked against your program.
SDL_GetRevisionNumber
Get the revision number of SDL that is linked against your program.
SDL_GetVersion
Get the version of SDL that is linked against your program.
SDL_REVISION
This macro is a string describing the source at a particular point in development.
SDL_VERSION
Macro to determine the SDL version your program was compiled against.
SDL_VERSIONNUM
Macro to convert separate version components into a single numeric value.
SDL_VERSION_ATLEAST
Macro to determine whether the SDL version compiled against is at least as new as the specified version.