SDL_ttf: Updated version to 2.24.0 for release (b1c73)

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

---
 configure    | 22 +++++++++++-----------
 configure.ac |  2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/configure b/configure
index c1a3ef70..905a7666 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_ttf 2.23.0.
+# Generated by GNU Autoconf 2.71 for SDL2_ttf 2.24.0.
 #
 # Report bugs to <https://github.com/libsdl-org/SDL_ttf/issues>.
 #
@@ -760,8 +760,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='SDL2_ttf'
 PACKAGE_TARNAME='SDL2_ttf'
-PACKAGE_VERSION='2.23.0'
-PACKAGE_STRING='SDL2_ttf 2.23.0'
+PACKAGE_VERSION='2.24.0'
+PACKAGE_STRING='SDL2_ttf 2.24.0'
 PACKAGE_BUGREPORT='https://github.com/libsdl-org/SDL_ttf/issues'
 PACKAGE_URL=''
 
@@ -1563,7 +1563,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_ttf 2.23.0 to adapt to many kinds of systems.
+\`configure' configures SDL2_ttf 2.24.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1638,7 +1638,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of SDL2_ttf 2.23.0:";;
+     short | recursive ) echo "Configuration of SDL2_ttf 2.24.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1772,7 +1772,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-SDL2_ttf configure 2.23.0
+SDL2_ttf configure 2.24.0
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2384,7 +2384,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_ttf $as_me 2.23.0, which was
+It was created by SDL2_ttf $as_me 2.24.0, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -3360,7 +3360,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 MAJOR_VERSION=2
 
-MINOR_VERSION=23
+MINOR_VERSION=24
 
 MICRO_VERSION=0
 
@@ -11985,7 +11985,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='SDL2_ttf'
- VERSION='2.23.0'
+ VERSION='2.24.0'
 
 
 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -21740,7 +21740,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_ttf $as_me 2.23.0, which was
+This file was extended by SDL2_ttf $as_me 2.24.0, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -21799,7 +21799,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_ttf config.status 2.23.0
+SDL2_ttf config.status 2.24.0
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index e9b65fae..5eaf5614 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ 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], [23])
+m4_define([MINOR_VERSION_MACRO], [24])
 m4_define([MICRO_VERSION_MACRO], [0])
 
 AC_INIT([SDL2_ttf],