###### (This function is part of SDL_mixer, a separate library from SDL.) # SDL_MIXER_MINOR_VERSION The current minor version 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_MINOR_VERSION 1 ``` ## Remarks If this were SDL_mixer version 3.2.1, this value would be 2. ## Version This macro is available since SDL_mixer 3.0.0. ---- [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro), [CategorySDLMixer](CategorySDLMixer)