Provided by: libsdl3-doc_3.2.8+ds-1_all bug

NAME

       SDL_GetVersion - Get the version of SDL that is linked against your program.

HEADER FILE

       Defined in SDL3/SDL_version.h

SYNOPSIS

       #include "SDL3/SDL.h"

       int SDL_GetVersion(void);

DESCRIPTION

       If  you  are  linking  to SDL dynamically, then it is possible that the current version will be different
       than the version you compiled against. This function returns the current version, while SDL_VERSION
        is the version you compiled with.

       This function may be called safely at any time, even before

       SDL_Init ().

RETURN VALUE

       Returns the version of the linked library.

AVAILABILITY

       This function is available since SDL 3.2.0.

SEE ALSO

       (3), SDL_GetRevision(3)

Simple Directmedia Layer                            SDL 3.2.8                                  SDL_GetVersion(3)