diff --git a/deps/sdl2_mixer/include/SDL2/SDL_mixer.h b/deps/sdl2_mixer/include/SDL2/SDL_mixer.h index c9ad2089..5ed14458 100644 --- a/deps/sdl2_mixer/include/SDL2/SDL_mixer.h +++ b/deps/sdl2_mixer/include/SDL2/SDL_mixer.h @@ -46,7 +46,7 @@ extern "C" { */ #define SDL_MIXER_MAJOR_VERSION 2 #define SDL_MIXER_MINOR_VERSION 6 -#define SDL_MIXER_PATCHLEVEL 0 +#define SDL_MIXER_PATCHLEVEL 1 /** * This macro can be used to fill a version structure with the compile-time diff --git a/deps/sdl2_mixer/lib/cmake/SDL2_mixer/SDL2_mixerConfigVersion.cmake b/deps/sdl2_mixer/lib/cmake/SDL2_mixer/SDL2_mixerConfigVersion.cmake index dab847a9..d522771a 100644 --- a/deps/sdl2_mixer/lib/cmake/SDL2_mixer/SDL2_mixerConfigVersion.cmake +++ b/deps/sdl2_mixer/lib/cmake/SDL2_mixer/SDL2_mixerConfigVersion.cmake @@ -7,7 +7,7 @@ # PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version. # The variable CVF_VERSION must be set before calling configure_file(). -set(PACKAGE_VERSION "2.6.0") +set(PACKAGE_VERSION "2.6.1") if (PACKAGE_FIND_VERSION_RANGE) # Package version must be in the requested version range diff --git a/deps/sdl2_mixer/lib/libSDL2_mixer.a b/deps/sdl2_mixer/lib/libSDL2_mixer.a index 7b7ed7ae..ad7fedbf 100644 Binary files a/deps/sdl2_mixer/lib/libSDL2_mixer.a and b/deps/sdl2_mixer/lib/libSDL2_mixer.a differ