SDL_ttf: Updated version to 2.24.0 for release

From 2cf97f68621c3b40ca446db632dff03f7b6b61b0 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 1 Jan 2025 09:18:25 -0800
Subject: [PATCH] Updated version to 2.24.0 for release

---
 CHANGES.txt                             | 3 +++
 CMakeLists.txt                          | 2 +-
 SDL_ttf.h                               | 2 +-
 Xcode/Info-Framework.plist              | 4 ++--
 Xcode/SDL_ttf.xcodeproj/project.pbxproj | 8 ++++----
 version.rc                              | 8 ++++----
 6 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 43dae7b2..9e7631d4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,6 @@
+2.24.0:
+ * Added TTF_SetFontLineSkip()
+
 2.22.0:
  * Updated to FreeType version 2.13.2 and HarfBuzz version 8.1.1
 
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6850f05c..9c272bb0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
 
 # See docs/release_checklist.md
 set(MAJOR_VERSION 2)
-set(MINOR_VERSION 23)
+set(MINOR_VERSION 24)
 set(MICRO_VERSION 0)
 set(SDL_REQUIRED_VERSION 2.0.10)
 
diff --git a/SDL_ttf.h b/SDL_ttf.h
index 50e3ffb2..7860b74b 100644
--- a/SDL_ttf.h
+++ b/SDL_ttf.h
@@ -48,7 +48,7 @@ extern "C" {
  * Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL
  */
 #define SDL_TTF_MAJOR_VERSION   2
-#define SDL_TTF_MINOR_VERSION   23
+#define SDL_TTF_MINOR_VERSION   24
 #define SDL_TTF_PATCHLEVEL      0
 
 /**
diff --git a/Xcode/Info-Framework.plist b/Xcode/Info-Framework.plist
index ddfa73f3..cf495c09 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>2.23.0</string>
+	<string>2.24.0</string>
 	<key>CFBundleVersion</key>
-	<string>2.23.0</string>
+	<string>2.24.0</string>
 </dict>
 </plist>
diff --git a/Xcode/SDL_ttf.xcodeproj/project.pbxproj b/Xcode/SDL_ttf.xcodeproj/project.pbxproj
index 08b0d12d..be2024ba 100644
--- a/Xcode/SDL_ttf.xcodeproj/project.pbxproj
+++ b/Xcode/SDL_ttf.xcodeproj/project.pbxproj
@@ -1044,8 +1044,8 @@
 				CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
 				CLANG_CXX_LIBRARY = "libc++";
 				COPY_PHASE_STRIP = NO;
-				DYLIB_COMPATIBILITY_VERSION = 2301.0.0;
-				DYLIB_CURRENT_VERSION = 2301.0.0;
+				DYLIB_COMPATIBILITY_VERSION = 2401.0.0;
+				DYLIB_CURRENT_VERSION = 2401.0.0;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
 				ENABLE_TESTABILITY = YES;
 				FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)\"";
@@ -1084,8 +1084,8 @@
 				CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
 				CLANG_CXX_LIBRARY = "libc++";
 				DEPLOYMENT_POSTPROCESSING = YES;
-				DYLIB_COMPATIBILITY_VERSION = 2301.0.0;
-				DYLIB_CURRENT_VERSION = 2301.0.0;
+				DYLIB_COMPATIBILITY_VERSION = 2401.0.0;
+				DYLIB_CURRENT_VERSION = 2401.0.0;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
 				FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)\"";
 				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
diff --git a/version.rc b/version.rc
index de560ccb..f3abd2e6 100644
--- a/version.rc
+++ b/version.rc
@@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,23,0,0
- PRODUCTVERSION 2,23,0,0
+ FILEVERSION 2,24,0,0
+ PRODUCTVERSION 2,24,0,0
  FILEFLAGSMASK 0x3fL
  FILEFLAGS 0x0L
  FILEOS 0x40004L
@@ -23,12 +23,12 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "\0"
             VALUE "FileDescription", "SDL2_ttf\0"
-            VALUE "FileVersion", "2, 23, 0, 0\0"
+            VALUE "FileVersion", "2, 24, 0, 0\0"
             VALUE "InternalName", "SDL2_ttf\0"
             VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL2_ttf.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
-            VALUE "ProductVersion", "2, 23, 0, 0\0"
+            VALUE "ProductVersion", "2, 24, 0, 0\0"
         END
     END
     BLOCK "VarFileInfo"