Skip to content

Commit 4a318f8

Browse files
committed
Updated version to 2.22.0 for release
1 parent ccf6762 commit 4a318f8

File tree

9 files changed

+34
-34
lines changed

9 files changed

+34
-34
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
44

55
# See docs/release_checklist.md
66
set(MAJOR_VERSION 2)
7-
set(MINOR_VERSION 21)
8-
set(MICRO_VERSION 2)
7+
set(MINOR_VERSION 22)
8+
set(MICRO_VERSION 0)
99
set(SDL_REQUIRED_VERSION 2.0.10)
1010

1111
include(PrivateSdlFunctions)

Makefile.os2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
LIBNAME = SDL2ttf
88
MAJOR_VERSION = 2
9-
MINOR_VERSION = 21
10-
MICRO_VERSION = 2
9+
MINOR_VERSION = 22
10+
MICRO_VERSION = 0
1111
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)
1212

1313
TITLENAME = $(LIBNAME) $(VERSION)

SDL_ttf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ extern "C" {
4848
* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL
4949
*/
5050
#define SDL_TTF_MAJOR_VERSION 2
51-
#define SDL_TTF_MINOR_VERSION 21
52-
#define SDL_TTF_PATCHLEVEL 2
51+
#define SDL_TTF_MINOR_VERSION 22
52+
#define SDL_TTF_PATCHLEVEL 0
5353

5454
/**
5555
* This macro can be used to fill a version structure with the compile-time

VisualC/Version.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2828
//
2929

3030
VS_VERSION_INFO VERSIONINFO
31-
FILEVERSION 2,21,2,0
32-
PRODUCTVERSION 2,21,2,0
31+
FILEVERSION 2,22,0,0
32+
PRODUCTVERSION 2,22,0,0
3333
FILEFLAGSMASK 0x3fL
3434
#ifdef _DEBUG
3535
FILEFLAGS 0x1L
@@ -46,12 +46,12 @@ BEGIN
4646
BEGIN
4747
VALUE "CompanyName", "\0"
4848
VALUE "FileDescription", "SDL_ttf\0"
49-
VALUE "FileVersion", "2, 21, 2, 0\0"
49+
VALUE "FileVersion", "2, 22, 0, 0\0"
5050
VALUE "InternalName", "SDL_ttf\0"
5151
VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
5252
VALUE "OriginalFilename", "SDL_ttf.dll\0"
5353
VALUE "ProductName", "Simple DirectMedia Layer\0"
54-
VALUE "ProductVersion", "2, 21, 2, 0\0"
54+
VALUE "ProductVersion", "2, 22, 0, 0\0"
5555
END
5656
END
5757
BLOCK "VarFileInfo"

Xcode/Info-Framework.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.21.2</string>
18+
<string>2.22.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>2.21.2</string>
20+
<string>2.22.0</string>
2121
</dict>
2222
</plist>

Xcode/SDL_ttf.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,8 +1044,8 @@
10441044
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
10451045
CLANG_CXX_LIBRARY = "libc++";
10461046
COPY_PHASE_STRIP = NO;
1047-
DYLIB_COMPATIBILITY_VERSION = 2103.0.0;
1048-
DYLIB_CURRENT_VERSION = 2103.0.0;
1047+
DYLIB_COMPATIBILITY_VERSION = 2201.0.0;
1048+
DYLIB_CURRENT_VERSION = 2201.0.0;
10491049
DYLIB_INSTALL_NAME_BASE = "@rpath";
10501050
ENABLE_TESTABILITY = YES;
10511051
FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)\"";
@@ -1084,8 +1084,8 @@
10841084
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
10851085
CLANG_CXX_LIBRARY = "libc++";
10861086
DEPLOYMENT_POSTPROCESSING = YES;
1087-
DYLIB_COMPATIBILITY_VERSION = 2103.0.0;
1088-
DYLIB_CURRENT_VERSION = 2103.0.0;
1087+
DYLIB_COMPATIBILITY_VERSION = 2201.0.0;
1088+
DYLIB_CURRENT_VERSION = 2201.0.0;
10891089
DYLIB_INSTALL_NAME_BASE = "@rpath";
10901090
FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)\"";
10911091
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;

configure

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for SDL2_ttf 2.21.2.
3+
# Generated by GNU Autoconf 2.71 for SDL2_ttf 2.22.0.
44
#
55
# Report bugs to <https://github.com/libsdl-org/SDL_ttf/issues>.
66
#
@@ -760,8 +760,8 @@ MAKEFLAGS=
760760
# Identity of this package.
761761
PACKAGE_NAME='SDL2_ttf'
762762
PACKAGE_TARNAME='SDL2_ttf'
763-
PACKAGE_VERSION='2.21.2'
764-
PACKAGE_STRING='SDL2_ttf 2.21.2'
763+
PACKAGE_VERSION='2.22.0'
764+
PACKAGE_STRING='SDL2_ttf 2.22.0'
765765
PACKAGE_BUGREPORT='https://github.com/libsdl-org/SDL_ttf/issues'
766766
PACKAGE_URL=''
767767

@@ -1563,7 +1563,7 @@ if test "$ac_init_help" = "long"; then
15631563
# Omit some internal or obsolete options to make the list less imposing.
15641564
# This message is too long to be a string in the A/UX 3.1 sh.
15651565
cat <<_ACEOF
1566-
\`configure' configures SDL2_ttf 2.21.2 to adapt to many kinds of systems.
1566+
\`configure' configures SDL2_ttf 2.22.0 to adapt to many kinds of systems.
15671567

15681568
Usage: $0 [OPTION]... [VAR=VALUE]...
15691569

@@ -1638,7 +1638,7 @@ fi
16381638

16391639
if test -n "$ac_init_help"; then
16401640
case $ac_init_help in
1641-
short | recursive ) echo "Configuration of SDL2_ttf 2.21.2:";;
1641+
short | recursive ) echo "Configuration of SDL2_ttf 2.22.0:";;
16421642
esac
16431643
cat <<\_ACEOF
16441644

@@ -1772,7 +1772,7 @@ fi
17721772
test -n "$ac_init_help" && exit $ac_status
17731773
if $ac_init_version; then
17741774
cat <<\_ACEOF
1775-
SDL2_ttf configure 2.21.2
1775+
SDL2_ttf configure 2.22.0
17761776
generated by GNU Autoconf 2.71
17771777

17781778
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2384,7 +2384,7 @@ cat >config.log <<_ACEOF
23842384
This file contains any messages produced by compilers while
23852385
running configure, to aid debugging if configure makes a mistake.
23862386

2387-
It was created by SDL2_ttf $as_me 2.21.2, which was
2387+
It was created by SDL2_ttf $as_me 2.22.0, which was
23882388
generated by GNU Autoconf 2.71. Invocation command line was
23892389

23902390
$ $0$ac_configure_args_raw
@@ -3360,9 +3360,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
33603360

33613361
MAJOR_VERSION=2
33623362

3363-
MINOR_VERSION=21
3363+
MINOR_VERSION=22
33643364

3365-
MICRO_VERSION=2
3365+
MICRO_VERSION=0
33663366

33673367

33683368
BINARY_AGE=`expr $MINOR_VERSION \* 100 + $MICRO_VERSION`
@@ -11985,7 +11985,7 @@ fi
1198511985

1198611986
# Define the identity of the package.
1198711987
PACKAGE='SDL2_ttf'
11988-
VERSION='2.21.2'
11988+
VERSION='2.22.0'
1198911989

1199011990

1199111991
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -21740,7 +21740,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2174021740
# report actual input values of CONFIG_FILES etc. instead of their
2174121741
# values after options handling.
2174221742
ac_log="
21743-
This file was extended by SDL2_ttf $as_me 2.21.2, which was
21743+
This file was extended by SDL2_ttf $as_me 2.22.0, which was
2174421744
generated by GNU Autoconf 2.71. Invocation command line was
2174521745

2174621746
CONFIG_FILES = $CONFIG_FILES
@@ -21799,7 +21799,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
2179921799
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2180021800
ac_cs_config='$ac_cs_config_escaped'
2180121801
ac_cs_version="\\
21802-
SDL2_ttf config.status 2.21.2
21802+
SDL2_ttf config.status 2.22.0
2180321803
configured by $0, generated by GNU Autoconf 2.71,
2180421804
with options \\"\$ac_cs_config\\"
2180521805

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
33
dnl Set various version strings - taken gratefully from the GTk sources
44
# See docs/release_checklist.md
55
m4_define([MAJOR_VERSION_MACRO], [2])
6-
m4_define([MINOR_VERSION_MACRO], [21])
7-
m4_define([MICRO_VERSION_MACRO], [2])
6+
m4_define([MINOR_VERSION_MACRO], [22])
7+
m4_define([MICRO_VERSION_MACRO], [0])
88

99
AC_INIT([SDL2_ttf],
1010
[MAJOR_VERSION_MACRO.MINOR_VERSION_MACRO.MICRO_VERSION_MACRO],

version.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
99
//
1010

1111
VS_VERSION_INFO VERSIONINFO
12-
FILEVERSION 2,21,2,0
13-
PRODUCTVERSION 2,21,2,0
12+
FILEVERSION 2,22,0,0
13+
PRODUCTVERSION 2,22,0,0
1414
FILEFLAGSMASK 0x3fL
1515
FILEFLAGS 0x0L
1616
FILEOS 0x40004L
@@ -23,12 +23,12 @@ BEGIN
2323
BEGIN
2424
VALUE "CompanyName", "\0"
2525
VALUE "FileDescription", "SDL_ttf\0"
26-
VALUE "FileVersion", "2, 21, 2, 0\0"
26+
VALUE "FileVersion", "2, 22, 0, 0\0"
2727
VALUE "InternalName", "SDL_ttf\0"
2828
VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
2929
VALUE "OriginalFilename", "SDL_ttf.dll\0"
3030
VALUE "ProductName", "Simple DirectMedia Layer\0"
31-
VALUE "ProductVersion", "2, 21, 2, 0\0"
31+
VALUE "ProductVersion", "2, 22, 0, 0\0"
3232
END
3333
END
3434
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)