update sdl2_mixer to 2.6.1

This commit is contained in:
alexey.lysiuk 2022-07-17 13:20:16 +03:00
parent 907afae443
commit 23e927ff73
3 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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

Binary file not shown.