diff --git a/CMakeLists.txt b/CMakeLists.txt
index a4f8d286..f3cb86e4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,8 +4,8 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
# See docs/release_checklist.md
set(MAJOR_VERSION 2)
-set(MINOR_VERSION 7)
-set(MICRO_VERSION 1)
+set(MINOR_VERSION 8)
+set(MICRO_VERSION 0)
set(SDL_REQUIRED_VERSION 2.0.9)
include(PrivateSdlFunctions)
diff --git a/Makefile.in b/Makefile.in
index 884a489f..1736fb4e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1597,7 +1597,7 @@ rpm: $(PACKAGE)-$(VERSION).tar.gz
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
dist-hook:
- ls $(distdir)/external | $(FGREP) -v download.sh $(FGREP) -v Get-GitModules.ps1 | while read dir; do rm -rf "$(distdir)/external/$$dir"; done
+ ls $(distdir)/external | $(FGREP) -v download.sh | $(FGREP) -v Get-GitModules.ps1 | while read dir; do rm -rf "$(distdir)/external/$$dir"; done
install-data-local:
$(MKDIR_P) $(DESTDIR)$(libdir)/cmake/SDL2_image
diff --git a/Makefile.os2 b/Makefile.os2
index eb454c31..c5f5dfb2 100644
--- a/Makefile.os2
+++ b/Makefile.os2
@@ -6,8 +6,8 @@
LIBNAME = SDL2img
MAJOR_VERSION = 2
-MINOR_VERSION = 7
-MICRO_VERSION = 1
+MINOR_VERSION = 8
+MICRO_VERSION = 0
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)
TITLENAME = $(LIBNAME) $(VERSION)
diff --git a/VisualC/Version.rc b/VisualC/Version.rc
index ee2e354a..fe54835f 100644
--- a/VisualC/Version.rc
+++ b/VisualC/Version.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,7,1,0
- PRODUCTVERSION 2,7,1,0
+ FILEVERSION 2,8,0,0
+ PRODUCTVERSION 2,8,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -46,12 +46,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "SDL_image\0"
- VALUE "FileVersion", "2, 7, 1, 0\0"
+ VALUE "FileVersion", "2, 8, 0, 0\0"
VALUE "InternalName", "SDL_image\0"
VALUE "LegalCopyright", "Copyright (C) 2023 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL_image.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
- VALUE "ProductVersion", "2, 7, 1, 0\0"
+ VALUE "ProductVersion", "2, 8, 0, 0\0"
END
END
BLOCK "VarFileInfo"
diff --git a/Xcode/Info-Framework.plist b/Xcode/Info-Framework.plist
index 74f2ec7c..05d11bb8 100644
--- a/Xcode/Info-Framework.plist
+++ b/Xcode/Info-Framework.plist
@@ -15,8 +15,8 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.7.1
+ 2.8.0
CFBundleVersion
- 2.7.1
+ 2.8.0
diff --git a/Xcode/SDL_image.xcodeproj/project.pbxproj b/Xcode/SDL_image.xcodeproj/project.pbxproj
index e34297f2..3a519dc3 100644
--- a/Xcode/SDL_image.xcodeproj/project.pbxproj
+++ b/Xcode/SDL_image.xcodeproj/project.pbxproj
@@ -626,8 +626,8 @@
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
COPY_PHASE_STRIP = NO;
- DYLIB_COMPATIBILITY_VERSION = 702.0.0;
- DYLIB_CURRENT_VERSION = 702.0.0;
+ DYLIB_COMPATIBILITY_VERSION = 801.0.0;
+ DYLIB_CURRENT_VERSION = 801.0.0;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)\"";
@@ -717,8 +717,8 @@
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
DEPLOYMENT_POSTPROCESSING = YES;
- DYLIB_COMPATIBILITY_VERSION = 702.0.0;
- DYLIB_CURRENT_VERSION = 702.0.0;
+ DYLIB_COMPATIBILITY_VERSION = 801.0.0;
+ DYLIB_CURRENT_VERSION = 801.0.0;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)\"";
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
diff --git a/configure b/configure
index c014a437..320b0a6e 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for SDL2_image 2.7.1.
+# Generated by GNU Autoconf 2.71 for SDL2_image 2.8.0.
#
# Report bugs to .
#
@@ -760,8 +760,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='SDL2_image'
PACKAGE_TARNAME='SDL2_image'
-PACKAGE_VERSION='2.7.1'
-PACKAGE_STRING='SDL2_image 2.7.1'
+PACKAGE_VERSION='2.8.0'
+PACKAGE_STRING='SDL2_image 2.8.0'
PACKAGE_BUGREPORT='https://github.com/libsdl-org/SDL_image/issues'
PACKAGE_URL=''
@@ -1609,7 +1609,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures SDL2_image 2.7.1 to adapt to many kinds of systems.
+\`configure' configures SDL2_image 2.8.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1680,7 +1680,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of SDL2_image 2.7.1:";;
+ short | recursive ) echo "Configuration of SDL2_image 2.8.0:";;
esac
cat <<\_ACEOF
@@ -1853,7 +1853,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-SDL2_image configure 2.7.1
+SDL2_image configure 2.8.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2153,7 +2153,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by SDL2_image $as_me 2.7.1, which was
+It was created by SDL2_image $as_me 2.8.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -2913,9 +2913,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
MAJOR_VERSION=2
-MINOR_VERSION=7
+MINOR_VERSION=8
-MICRO_VERSION=1
+MICRO_VERSION=0
BINARY_AGE=`expr $MINOR_VERSION \* 100 + $MICRO_VERSION`
@@ -11537,7 +11537,7 @@ fi
# Define the identity of the package.
PACKAGE='SDL2_image'
- VERSION='2.7.1'
+ VERSION='2.8.0'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -16732,7 +16732,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by SDL2_image $as_me 2.7.1, which was
+This file was extended by SDL2_image $as_me 2.8.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16791,7 +16791,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
-SDL2_image config.status 2.7.1
+SDL2_image config.status 2.8.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index e78db24f..694c03ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
dnl Set various version strings - taken gratefully from the GTk sources
# See docs/release_checklist.md
m4_define([MAJOR_VERSION_MACRO], [2])
-m4_define([MINOR_VERSION_MACRO], [7])
-m4_define([MICRO_VERSION_MACRO], [1])
+m4_define([MINOR_VERSION_MACRO], [8])
+m4_define([MICRO_VERSION_MACRO], [0])
AC_INIT([SDL2_image],
[MAJOR_VERSION_MACRO.MINOR_VERSION_MACRO.MICRO_VERSION_MACRO],
diff --git a/include/SDL_image.h b/include/SDL_image.h
index e79fad4a..89efa736 100644
--- a/include/SDL_image.h
+++ b/include/SDL_image.h
@@ -42,8 +42,8 @@ extern "C" {
* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL
*/
#define SDL_IMAGE_MAJOR_VERSION 2
-#define SDL_IMAGE_MINOR_VERSION 7
-#define SDL_IMAGE_PATCHLEVEL 1
+#define SDL_IMAGE_MINOR_VERSION 8
+#define SDL_IMAGE_PATCHLEVEL 0
/**
* This macro can be used to fill a version structure with the compile-time
diff --git a/src/version.rc b/src/version.rc
index acf00a5c..a2c4b270 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,7,1,0
- PRODUCTVERSION 2,7,1,0
+ FILEVERSION 2,8,0,0
+ PRODUCTVERSION 2,8,0,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
@@ -23,12 +23,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "SDL_image\0"
- VALUE "FileVersion", "2, 7, 1, 0\0"
+ VALUE "FileVersion", "2, 8, 0, 0\0"
VALUE "InternalName", "SDL_image\0"
VALUE "LegalCopyright", "Copyright (C) 2023 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL_image.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
- VALUE "ProductVersion", "2, 7, 1, 0\0"
+ VALUE "ProductVersion", "2, 8, 0, 0\0"
END
END
BLOCK "VarFileInfo"