SDL_image: Updated to version 3.4.6 for release

From f661fa1ad24ab1b81e43662532f9a6a9fcf67ea6 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 1 Sep 2026 17:12:11 -0700
Subject: [PATCH] Updated to version 3.4.6 for release

---
 CMakeLists.txt                            | 2 +-
 Xcode/Info-Framework.plist                | 4 ++--
 Xcode/SDL_image.xcodeproj/project.pbxproj | 8 ++++----
 include/SDL3_image/SDL_image.h            | 2 +-
 src/version.rc                            | 8 ++++----
 5 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 889996baf..eb11c7073 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
 # See docs/release_checklist.md
 set(MAJOR_VERSION 3)
 set(MINOR_VERSION 4)
-set(MICRO_VERSION 4)
+set(MICRO_VERSION 6)
 set(SDL_REQUIRED_VERSION 3.4.0)
 
 project(SDL3_image
diff --git a/Xcode/Info-Framework.plist b/Xcode/Info-Framework.plist
index 0e2da325b..1673c5537 100644
--- a/Xcode/Info-Framework.plist
+++ b/Xcode/Info-Framework.plist
@@ -15,8 +15,8 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.4.4</string>
+	<string>3.4.6</string>
 	<key>CFBundleVersion</key>
-	<string>3.4.4</string>
+	<string>3.4.6</string>
 </dict>
 </plist>
diff --git a/Xcode/SDL_image.xcodeproj/project.pbxproj b/Xcode/SDL_image.xcodeproj/project.pbxproj
index d981c75a5..a6d732022 100644
--- a/Xcode/SDL_image.xcodeproj/project.pbxproj
+++ b/Xcode/SDL_image.xcodeproj/project.pbxproj
@@ -729,7 +729,7 @@
 				COPY_PHASE_STRIP = NO;
 				DEBUG_INFORMATION_FORMAT = dwarf;
 				DYLIB_COMPATIBILITY_VERSION = 401.0.0;
-				DYLIB_CURRENT_VERSION = 401.4.0;
+				DYLIB_CURRENT_VERSION = 401.6.0;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
 				ENABLE_TESTABILITY = YES;
 				"FRAMEWORK_SEARCH_PATHS[sdk=appletv*]" = "\"$(PROJECT_DIR)/iOS\"";
@@ -772,7 +772,7 @@
 					"@loader_path/Frameworks",
 				);
 				MACOSX_DEPLOYMENT_TARGET = 10.13;
-				MARKETING_VERSION = 3.4.4;
+				MARKETING_VERSION = 3.4.6;
 				ONLY_ACTIVE_ARCH = YES;
 				PRODUCT_BUNDLE_IDENTIFIER = "org.libsdl.SDL3-image";
 				PRODUCT_NAME = SDL3_image;
@@ -799,7 +799,7 @@
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEPLOYMENT_POSTPROCESSING = YES;
 				DYLIB_COMPATIBILITY_VERSION = 401.0.0;
-				DYLIB_CURRENT_VERSION = 401.4.0;
+				DYLIB_CURRENT_VERSION = 401.6.0;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
 				"FRAMEWORK_SEARCH_PATHS[sdk=appletv*]" = "\"$(PROJECT_DIR)/iOS\"";
 				"FRAMEWORK_SEARCH_PATHS[sdk=iphone*]" = "\"$(PROJECT_DIR)/iOS\"";
@@ -841,7 +841,7 @@
 					"@loader_path/Frameworks",
 				);
 				MACOSX_DEPLOYMENT_TARGET = 10.13;
-				MARKETING_VERSION = 3.4.4;
+				MARKETING_VERSION = 3.4.6;
 				PRODUCT_BUNDLE_IDENTIFIER = "org.libsdl.SDL3-image";
 				PRODUCT_NAME = SDL3_image;
 				SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos";
diff --git a/include/SDL3_image/SDL_image.h b/include/SDL3_image/SDL_image.h
index 9dde81e26..57a477d32 100644
--- a/include/SDL3_image/SDL_image.h
+++ b/include/SDL3_image/SDL_image.h
@@ -45,7 +45,7 @@ extern "C" {
  */
 #define SDL_IMAGE_MAJOR_VERSION 3
 #define SDL_IMAGE_MINOR_VERSION 4
-#define SDL_IMAGE_MICRO_VERSION 4
+#define SDL_IMAGE_MICRO_VERSION 6
 
 /**
  * This is the version number macro for the current SDL_image version.
diff --git a/src/version.rc b/src/version.rc
index 3a7c19c03..3887539d8 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,4,4,0
- PRODUCTVERSION 3,4,4,0
+ FILEVERSION 3,4,6,0
+ PRODUCTVERSION 3,4,6,0
  FILEFLAGSMASK 0x3fL
  FILEFLAGS 0x0L
  FILEOS 0x40004L
@@ -23,12 +23,12 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "\0"
             VALUE "FileDescription", "SDL_image\0"
-            VALUE "FileVersion", "3, 4, 4, 0\0"
+            VALUE "FileVersion", "3, 4, 6, 0\0"
             VALUE "InternalName", "SDL_image\0"
             VALUE "LegalCopyright", "Copyright (C) 2026 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL3_image.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
-            VALUE "ProductVersion", "3, 4, 4, 0\0"
+            VALUE "ProductVersion", "3, 4, 6, 0\0"
         END
     END
     BLOCK "VarFileInfo"