sdl12-compat: Updated to version 1.2.75 for development

From e677f477c862a066da7490097ce86dddadd086e3 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 4 Feb 2026 10:23:51 -0800
Subject: [PATCH] Updated to version 1.2.75 for development

---
 CMakeLists.txt            | 2 +-
 include/SDL/SDL_version.h | 2 +-
 src/Makefile.darwin       | 2 +-
 src/Makefile.linux        | 2 +-
 src/SDL12_compat.c        | 2 +-
 src/version.rc            | 8 ++++----
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d5bab9dc..d9b4cd43a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@
 #        cmake -DSDL2_INCLUDE_DIR=/opt/SDL2/include/SDL2 [other stuff]
 
 cmake_minimum_required(VERSION 3.0.0...4.1)
-project(sdl12_compat VERSION 1.2.74 LANGUAGES C)
+project(sdl12_compat VERSION 1.2.75 LANGUAGES C)
 
 option(SDL12TESTS "Enable to build SDL-1.2 test programs" ON)
 option(SDL12DEVEL "Enable installing SDL-1.2 development headers" ON)
diff --git a/include/SDL/SDL_version.h b/include/SDL/SDL_version.h
index 6556b8987..2c4fb050b 100644
--- a/include/SDL/SDL_version.h
+++ b/include/SDL/SDL_version.h
@@ -33,7 +33,7 @@ real SDL-1.2 available to you. */
 /* We bumped the patchlevel to 50 for sdl12-compat */
 #define SDL_MAJOR_VERSION 1
 #define SDL_MINOR_VERSION 2
-#define SDL_PATCHLEVEL 74
+#define SDL_PATCHLEVEL 75
 
 typedef struct SDL_version
 {
diff --git a/src/Makefile.darwin b/src/Makefile.darwin
index b1ea38c7a..a3e2c0309 100644
--- a/src/Makefile.darwin
+++ b/src/Makefile.darwin
@@ -18,7 +18,7 @@ CFLAGS  = -mmacosx-version-min=10.6 -fPIC -O3 -Wall
 LDFLAGS = -mmacosx-version-min=10.6 -dynamiclib -Wl,-undefined,error -Wl,-single_module
 #LDFLAGS+= -Wl,-headerpad_max_install_names
 LDFLAGS+= -Wl,-install_name,"/usr/local/lib/$(DYLIB)"
-LDFLAGS+= -Wl,-compatibility_version,1.0 -Wl,-current_version,12.74
+LDFLAGS+= -Wl,-compatibility_version,1.0 -Wl,-current_version,12.75
 LDLIBS  = -Wl,-framework,AppKit
 # this is needed for x86_64 - cross-gcc might not add it.
 #LDLIBS += -Wl,-lbundle1.o
diff --git a/src/Makefile.linux b/src/Makefile.linux
index 0329737ee..05e246873 100644
--- a/src/Makefile.linux
+++ b/src/Makefile.linux
@@ -16,7 +16,7 @@ LDFLAGS = -shared -Wl,-soname,libSDL-1.2.so.0
 LDFLAGS+= -Wl,--no-undefined
 LDLIBS  = -ldl
 
-SHLIB = libSDL-1.2.so.1.2.74
+SHLIB = libSDL-1.2.so.1.2.75
 
 OBJ = SDL12_compat.o
 
diff --git a/src/SDL12_compat.c b/src/SDL12_compat.c
index 78b58cdfe..f90529335 100644
--- a/src/SDL12_compat.c
+++ b/src/SDL12_compat.c
@@ -28,7 +28,7 @@
  * should be way ahead of what SDL-1.2 Classic would report, so apps can
  * decide if they're running under the compat layer, if they really care.
  */
-#define SDL12_COMPAT_VERSION 74
+#define SDL12_COMPAT_VERSION 75
 
 #include <stdarg.h>
 #include <limits.h>
diff --git a/src/version.rc b/src/version.rc
index 9c70f7f24..9781e932a 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -3,8 +3,8 @@
 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,2,74,0
- PRODUCTVERSION 1,2,74,0
+ FILEVERSION 1,2,75,0
+ PRODUCTVERSION 1,2,75,0
  FILEFLAGSMASK 0x3fL
  FILEFLAGS 0x0L
  FILEOS 0x40004L
@@ -17,12 +17,12 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "\0"
             VALUE "FileDescription", "SDL\0"
-            VALUE "FileVersion", "1, 2, 74, 0\0"
+            VALUE "FileVersion", "1, 2, 75, 0\0"
             VALUE "InternalName", "SDL\0"
             VALUE "LegalCopyright", "Copyright (C) 2026 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer 1.2 wrapper\0"
-            VALUE "ProductVersion", "1, 2, 74, 0\0"
+            VALUE "ProductVersion", "1, 2, 75, 0\0"
         END
     END
     BLOCK "VarFileInfo"