From 489d88c76a4833fca8f6a96f57a04ab35e54816e Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 2 Jan 2025 09:15:33 -0800
Subject: [PATCH] Updated version to 2.25.0 for development
---
CMakeLists.txt | 2 +-
Makefile.os2 | 2 +-
SDL_ttf.h | 2 +-
VisualC/Version.rc | 8 ++++----
Xcode/Info-Framework.plist | 4 ++--
Xcode/SDL_ttf.xcodeproj/project.pbxproj | 8 ++++----
configure | 22 +++++++++++-----------
configure.ac | 2 +-
version.rc | 8 ++++----
9 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9c272bb0..5c85f20c 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 24)
+set(MINOR_VERSION 25)
set(MICRO_VERSION 0)
set(SDL_REQUIRED_VERSION 2.0.10)
diff --git a/Makefile.os2 b/Makefile.os2
index ed8e16a7..c68c81a9 100644
--- a/Makefile.os2
+++ b/Makefile.os2
@@ -6,7 +6,7 @@
LIBNAME = SDL2ttf
MAJOR_VERSION = 2
-MINOR_VERSION = 24
+MINOR_VERSION = 25
MICRO_VERSION = 0
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)
diff --git a/SDL_ttf.h b/SDL_ttf.h
index 7860b74b..03c3cf83 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 24
+#define SDL_TTF_MINOR_VERSION 25
#define SDL_TTF_PATCHLEVEL 0
/**
diff --git a/VisualC/Version.rc b/VisualC/Version.rc
index e68be01f..61a7c87f 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,24,0,0
- PRODUCTVERSION 2,24,0,0
+ FILEVERSION 2,25,0,0
+ PRODUCTVERSION 2,25,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -46,12 +46,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "SDL2_ttf\0"
- VALUE "FileVersion", "2, 24, 0, 0\0"
+ VALUE "FileVersion", "2, 25, 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, 24, 0, 0\0"
+ VALUE "ProductVersion", "2, 25, 0, 0\0"
END
END
BLOCK "VarFileInfo"
diff --git a/Xcode/Info-Framework.plist b/Xcode/Info-Framework.plist
index cf495c09..04a6a561 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.24.0</string>
+ <string>2.25.0</string>
<key>CFBundleVersion</key>
- <string>2.24.0</string>
+ <string>2.25.0</string>
</dict>
</plist>
diff --git a/Xcode/SDL_ttf.xcodeproj/project.pbxproj b/Xcode/SDL_ttf.xcodeproj/project.pbxproj
index be2024ba..7aa84e3a 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 = 2401.0.0;
- DYLIB_CURRENT_VERSION = 2401.0.0;
+ DYLIB_COMPATIBILITY_VERSION = 2501.0.0;
+ DYLIB_CURRENT_VERSION = 2501.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 = 2401.0.0;
- DYLIB_CURRENT_VERSION = 2401.0.0;
+ DYLIB_COMPATIBILITY_VERSION = 2501.0.0;
+ DYLIB_CURRENT_VERSION = 2501.0.0;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)\"";
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
diff --git a/configure b/configure
index 905a7666..75292d32 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.24.0.
+# Generated by GNU Autoconf 2.71 for SDL2_ttf 2.25.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.24.0'
-PACKAGE_STRING='SDL2_ttf 2.24.0'
+PACKAGE_VERSION='2.25.0'
+PACKAGE_STRING='SDL2_ttf 2.25.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.24.0 to adapt to many kinds of systems.
+\`configure' configures SDL2_ttf 2.25.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.24.0:";;
+ short | recursive ) echo "Configuration of SDL2_ttf 2.25.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.24.0
+SDL2_ttf configure 2.25.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.24.0, which was
+It was created by SDL2_ttf $as_me 2.25.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=24
+MINOR_VERSION=25
MICRO_VERSION=0
@@ -11985,7 +11985,7 @@ fi
# Define the identity of the package.
PACKAGE='SDL2_ttf'
- VERSION='2.24.0'
+ VERSION='2.25.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.24.0, which was
+This file was extended by SDL2_ttf $as_me 2.25.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.24.0
+SDL2_ttf config.status 2.25.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 5eaf5614..f1187912 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], [24])
+m4_define([MINOR_VERSION_MACRO], [25])
m4_define([MICRO_VERSION_MACRO], [0])
AC_INIT([SDL2_ttf],
diff --git a/version.rc b/version.rc
index f3abd2e6..a58783af 100644
--- a/version.rc
+++ b/version.rc
@@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,24,0,0
- PRODUCTVERSION 2,24,0,0
+ FILEVERSION 2,25,0,0
+ PRODUCTVERSION 2,25,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, 24, 0, 0\0"
+ VALUE "FileVersion", "2, 25, 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, 24, 0, 0\0"
+ VALUE "ProductVersion", "2, 25, 0, 0\0"
END
END
BLOCK "VarFileInfo"