Skip to content

Commit 89d1692

Browse files
committed
Updated version to 2.20.2 for release
1 parent 41723e0 commit 89d1692

File tree

10 files changed

+135
-35
lines changed

10 files changed

+135
-35
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
55
# See docs/release_checklist.md
66
set(MAJOR_VERSION 2)
77
set(MINOR_VERSION 20)
8-
set(MICRO_VERSION 1)
8+
set(MICRO_VERSION 2)
99
set(SDL_REQUIRED_VERSION 2.0.10)
1010

1111
# For historical reasons this is 15.0.0 rather than the expected 1.0.0

Makefile.os2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
LIBNAME = SDL2ttf
88
MAJOR_VERSION = 2
99
MINOR_VERSION = 20
10-
MICRO_VERSION = 1
10+
MICRO_VERSION = 2
1111
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)
1212

1313
TITLENAME = $(LIBNAME) $(VERSION)

SDL_ttf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extern "C" {
4949
*/
5050
#define SDL_TTF_MAJOR_VERSION 2
5151
#define SDL_TTF_MINOR_VERSION 20
52-
#define SDL_TTF_PATCHLEVEL 1
52+
#define SDL_TTF_PATCHLEVEL 2
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,20,1,0
32-
PRODUCTVERSION 2,20,1,0
31+
FILEVERSION 2,20,2,0
32+
PRODUCTVERSION 2,20,2,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, 20, 1, 0\0"
49+
VALUE "FileVersion", "2, 20, 2, 0\0"
5050
VALUE "InternalName", "SDL_ttf\0"
5151
VALUE "LegalCopyright", "Copyright � 2023 Sam Lantinga\0"
5252
VALUE "OriginalFilename", "SDL_ttf.dll\0"
5353
VALUE "ProductName", "Simple DirectMedia Layer\0"
54-
VALUE "ProductVersion", "2, 20, 1, 0\0"
54+
VALUE "ProductVersion", "2, 20, 2, 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.20.1</string>
18+
<string>2.20.2</string>
1919
<key>CFBundleVersion</key>
20-
<string>2.20.1</string>
20+
<string>2.20.2</string>
2121
</dict>
2222
</plist>

Xcode/SDL_ttf.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@
985985
CLANG_CXX_LIBRARY = "libc++";
986986
COPY_PHASE_STRIP = NO;
987987
DYLIB_COMPATIBILITY_VERSION = 15.0.0;
988-
DYLIB_CURRENT_VERSION = 2001.1.0;
988+
DYLIB_CURRENT_VERSION = 2001.2.0;
989989
DYLIB_INSTALL_NAME_BASE = "@rpath";
990990
ENABLE_TESTABILITY = YES;
991991
FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)\"";
@@ -1025,7 +1025,7 @@
10251025
CLANG_CXX_LIBRARY = "libc++";
10261026
DEPLOYMENT_POSTPROCESSING = YES;
10271027
DYLIB_COMPATIBILITY_VERSION = 15.0.0;
1028-
DYLIB_CURRENT_VERSION = 2001.1.0;
1028+
DYLIB_CURRENT_VERSION = 2001.2.0;
10291029
DYLIB_INSTALL_NAME_BASE = "@rpath";
10301030
FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)\"";
10311031
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;

aclocal.m4

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,106 @@ You have another version of autoconf. It may work, but is not guaranteed to.
2020
If you have problems, you may need to regenerate the build system entirely.
2121
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
2222

23+
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
24+
#
25+
# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
26+
# Foundation, Inc.
27+
# Written by Scott James Remnant, 2004.
28+
#
29+
# This file is free software; the Free Software Foundation gives
30+
# unlimited permission to copy and/or distribute it, with or without
31+
# modifications, as long as this notice is preserved.
32+
33+
# serial 5 lt~obsolete.m4
34+
35+
# These exist entirely to fool aclocal when bootstrapping libtool.
36+
#
37+
# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
38+
# which have later been changed to m4_define as they aren't part of the
39+
# exported API, or moved to Autoconf or Automake where they belong.
40+
#
41+
# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
42+
# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
43+
# using a macro with the same name in our local m4/libtool.m4 it'll
44+
# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
45+
# and doesn't know about Autoconf macros at all.)
46+
#
47+
# So we provide this file, which has a silly filename so it's always
48+
# included after everything else. This provides aclocal with the
49+
# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
50+
# because those macros already exist, or will be overwritten later.
51+
# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
52+
#
53+
# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
54+
# Yes, that means every name once taken will need to remain here until
55+
# we give up compatibility with versions before 1.7, at which point
56+
# we need to keep only those names which we still refer to.
57+
58+
# This is to help aclocal find these macros, as it can't see m4_define.
59+
AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
60+
61+
m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
62+
m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])])
63+
m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
64+
m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])])
65+
m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
66+
m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])])
67+
m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])])
68+
m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
69+
m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])])
70+
m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])])
71+
m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])])
72+
m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
73+
m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
74+
m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
75+
m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
76+
m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
77+
m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])])
78+
m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
79+
m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
80+
m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])])
81+
m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])])
82+
m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
83+
m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
84+
m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
85+
m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
86+
m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
87+
m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
88+
m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
89+
m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])])
90+
m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])])
91+
m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])])
92+
m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
93+
m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
94+
m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])])
95+
m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])])
96+
m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
97+
m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
98+
m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])])
99+
m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
100+
m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
101+
m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
102+
m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
103+
m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
104+
m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
105+
m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
106+
m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
107+
m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
108+
m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
109+
m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
110+
m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
111+
m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
112+
m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
113+
m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
114+
m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
115+
m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
116+
m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
117+
m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
118+
m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
119+
m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
120+
m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
121+
m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
122+
23123
# Copyright (C) 2002-2021 Free Software Foundation, Inc.
24124
#
25125
# This file is free software; the Free Software Foundation

configure

Lines changed: 19 additions & 19 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.20.0.
3+
# Generated by GNU Autoconf 2.71 for SDL2_ttf 2.20.2.
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.20.0'
764-
PACKAGE_STRING='SDL2_ttf 2.20.0'
763+
PACKAGE_VERSION='2.20.2'
764+
PACKAGE_STRING='SDL2_ttf 2.20.2'
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.20.0 to adapt to many kinds of systems.
1566+
\`configure' configures SDL2_ttf 2.20.2 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.20.0:";;
1641+
short | recursive ) echo "Configuration of SDL2_ttf 2.20.2:";;
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.20.0
1775+
SDL2_ttf configure 2.20.2
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.20.0, which was
2387+
It was created by SDL2_ttf $as_me 2.20.2, which was
23882388
generated by GNU Autoconf 2.71. Invocation command line was
23892389

23902390
$ $0$ac_configure_args_raw
@@ -3362,7 +3362,7 @@ MAJOR_VERSION=2
33623362

33633363
MINOR_VERSION=20
33643364

3365-
MICRO_VERSION=0
3365+
MICRO_VERSION=2
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.20.0'
11988+
VERSION='2.20.2'
1198911989

1199011990

1199111991
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -13413,11 +13413,11 @@ if test x$ac_prog_cxx_stdcxx = xno
1341313413
then :
1341413414
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
1341513415
printf %s "checking for $CXX option to enable C++11 features... " >&6; }
13416-
if test ${ac_cv_prog_cxx_cxx11+y}
13416+
if test ${ac_cv_prog_cxx_11+y}
1341713417
then :
1341813418
printf %s "(cached) " >&6
1341913419
else $as_nop
13420-
ac_cv_prog_cxx_cxx11=no
13420+
ac_cv_prog_cxx_11=no
1342113421
ac_save_CXX=$CXX
1342213422
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1342313423
/* end confdefs.h. */
@@ -13459,11 +13459,11 @@ if test x$ac_prog_cxx_stdcxx = xno
1345913459
then :
1346013460
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
1346113461
printf %s "checking for $CXX option to enable C++98 features... " >&6; }
13462-
if test ${ac_cv_prog_cxx_cxx98+y}
13462+
if test ${ac_cv_prog_cxx_98+y}
1346313463
then :
1346413464
printf %s "(cached) " >&6
1346513465
else $as_nop
13466-
ac_cv_prog_cxx_cxx98=no
13466+
ac_cv_prog_cxx_98=no
1346713467
ac_save_CXX=$CXX
1346813468
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1346913469
/* end confdefs.h. */
@@ -13783,11 +13783,11 @@ if test x$ac_prog_cxx_stdcxx = xno
1378313783
then :
1378413784
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
1378513785
printf %s "checking for $CXX option to enable C++11 features... " >&6; }
13786-
if test ${ac_cv_prog_cxx_cxx11+y}
13786+
if test ${ac_cv_prog_cxx_11+y}
1378713787
then :
1378813788
printf %s "(cached) " >&6
1378913789
else $as_nop
13790-
ac_cv_prog_cxx_cxx11=no
13790+
ac_cv_prog_cxx_11=no
1379113791
ac_save_CXX=$CXX
1379213792
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1379313793
/* end confdefs.h. */
@@ -13829,11 +13829,11 @@ if test x$ac_prog_cxx_stdcxx = xno
1382913829
then :
1383013830
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
1383113831
printf %s "checking for $CXX option to enable C++98 features... " >&6; }
13832-
if test ${ac_cv_prog_cxx_cxx98+y}
13832+
if test ${ac_cv_prog_cxx_98+y}
1383313833
then :
1383413834
printf %s "(cached) " >&6
1383513835
else $as_nop
13836-
ac_cv_prog_cxx_cxx98=no
13836+
ac_cv_prog_cxx_98=no
1383713837
ac_save_CXX=$CXX
1383813838
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1383913839
/* end confdefs.h. */
@@ -21736,7 +21736,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2173621736
# report actual input values of CONFIG_FILES etc. instead of their
2173721737
# values after options handling.
2173821738
ac_log="
21739-
This file was extended by SDL2_ttf $as_me 2.20.0, which was
21739+
This file was extended by SDL2_ttf $as_me 2.20.2, which was
2174021740
generated by GNU Autoconf 2.71. Invocation command line was
2174121741

2174221742
CONFIG_FILES = $CONFIG_FILES
@@ -21795,7 +21795,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
2179521795
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2179621796
ac_cs_config='$ac_cs_config_escaped'
2179721797
ac_cs_version="\\
21798-
SDL2_ttf config.status 2.20.0
21798+
SDL2_ttf config.status 2.20.2
2179921799
configured by $0, generated by GNU Autoconf 2.71,
2180021800
with options \\"\$ac_cs_config\\"
2180121801

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl Set various version strings - taken gratefully from the GTk sources
44
# See docs/release_checklist.md
55
m4_define([MAJOR_VERSION_MACRO], [2])
66
m4_define([MINOR_VERSION_MACRO], [20])
7-
m4_define([MICRO_VERSION_MACRO], [1])
7+
m4_define([MICRO_VERSION_MACRO], [2])
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,20,1,0
13-
PRODUCTVERSION 2,20,1,0
12+
FILEVERSION 2,20,2,0
13+
PRODUCTVERSION 2,20,2,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, 20, 1, 0\0"
26+
VALUE "FileVersion", "2, 20, 2, 0\0"
2727
VALUE "InternalName", "SDL_ttf\0"
2828
VALUE "LegalCopyright", "Copyright � 2023 Sam Lantinga\0"
2929
VALUE "OriginalFilename", "SDL_ttf.dll\0"
3030
VALUE "ProductName", "Simple DirectMedia Layer\0"
31-
VALUE "ProductVersion", "2, 20, 1, 0\0"
31+
VALUE "ProductVersion", "2, 20, 2, 0\0"
3232
END
3333
END
3434
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)