diff --git a/deps/sdl2_image/include/SDL2/SDL_image.h b/deps/sdl2_image/include/SDL2/SDL_image.h index 89efa736..45d34f69 100644 --- a/deps/sdl2_image/include/SDL2/SDL_image.h +++ b/deps/sdl2_image/include/SDL2/SDL_image.h @@ -43,7 +43,7 @@ extern "C" { */ #define SDL_IMAGE_MAJOR_VERSION 2 #define SDL_IMAGE_MINOR_VERSION 8 -#define SDL_IMAGE_PATCHLEVEL 0 +#define SDL_IMAGE_PATCHLEVEL 1 /** * This macro can be used to fill a version structure with the compile-time diff --git a/deps/sdl2_image/lib/cmake/SDL2_image/SDL2_imageConfigVersion.cmake b/deps/sdl2_image/lib/cmake/SDL2_image/SDL2_imageConfigVersion.cmake index b1178c4b..6f005b88 100644 --- a/deps/sdl2_image/lib/cmake/SDL2_image/SDL2_imageConfigVersion.cmake +++ b/deps/sdl2_image/lib/cmake/SDL2_image/SDL2_imageConfigVersion.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.8.0") +set(PACKAGE_VERSION "2.8.1") if (PACKAGE_FIND_VERSION_RANGE) # Package version must be in the requested version range diff --git a/deps/sdl2_image/lib/libSDL2_image.a b/deps/sdl2_image/lib/libSDL2_image.a index d89058b7..e07f4fea 100644 Binary files a/deps/sdl2_image/lib/libSDL2_image.a and b/deps/sdl2_image/lib/libSDL2_image.a differ diff --git a/deps/sdl2_image/lib/pkgconfig/SDL2_image.pc b/deps/sdl2_image/lib/pkgconfig/SDL2_image.pc index 95e1d978..77cb6640 100644 --- a/deps/sdl2_image/lib/pkgconfig/SDL2_image.pc +++ b/deps/sdl2_image/lib/pkgconfig/SDL2_image.pc @@ -5,7 +5,7 @@ includedir=${prefix}/include Name: SDL2_image Description: image loading library for Simple DirectMedia Layer -Version: 2.8.0 +Version: 2.8.1 Requires: sdl2 >= 2.0.9 Libs: -L${libdir} -lSDL2_image Requires.private: libwebpdemux