###### (This function is part of SDL_mixer, a separate library from SDL.) # SDL_MIXER_VERSION This is the current version number macro of the SDL_mixer headers. ## Header File Defined in [](https://github.com/libsdl-org/SDL_mixer/blob/main/include/SDL3_mixer/SDL_mixer.h) ## Syntax ```c #define SDL_MIXER_VERSION SDL_VERSIONNUM(SDL_MIXER_MAJOR_VERSION, SDL_MIXER_MINOR_VERSION, SDL_MIXER_MICRO_VERSION) ``` ## Version This macro is available since SDL_mixer 3.0.0. ## See Also - [MIX_Version](MIX_Version) ---- [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro), [CategorySDLMixer](CategorySDLMixer)