Skip to content

Commit abcf63a

Browse files
committed
Updated version to 2.8.2 for release
1 parent 0019668 commit abcf63a

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
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 8)
8-
set(MICRO_VERSION 1)
8+
set(MICRO_VERSION 2)
99
set(SDL_REQUIRED_VERSION 2.0.9)
1010

1111
include(PrivateSdlFunctions)

Makefile.os2

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

1313
TITLENAME = $(LIBNAME) $(VERSION)

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,8,1,0
32-
PRODUCTVERSION 2,8,1,0
31+
FILEVERSION 2,8,2,0
32+
PRODUCTVERSION 2,8,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_image\0"
49-
VALUE "FileVersion", "2, 8, 1, 0\0"
49+
VALUE "FileVersion", "2, 8, 2, 0\0"
5050
VALUE "InternalName", "SDL_image\0"
5151
VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
5252
VALUE "OriginalFilename", "SDL_image.dll\0"
5353
VALUE "ProductName", "Simple DirectMedia Layer\0"
54-
VALUE "ProductVersion", "2, 8, 1, 0\0"
54+
VALUE "ProductVersion", "2, 8, 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.8.1</string>
18+
<string>2.8.2</string>
1919
<key>CFBundleVersion</key>
20-
<string>2.8.1</string>
20+
<string>2.8.2</string>
2121
</dict>
2222
</plist>

Xcode/SDL_image.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
628628
COPY_PHASE_STRIP = NO;
629629
DYLIB_COMPATIBILITY_VERSION = 801.0.0;
630-
DYLIB_CURRENT_VERSION = 801.1.0;
630+
DYLIB_CURRENT_VERSION = 801.2.0;
631631
DYLIB_INSTALL_NAME_BASE = "@rpath";
632632
ENABLE_TESTABILITY = YES;
633633
FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)\"";
@@ -718,7 +718,7 @@
718718
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
719719
DEPLOYMENT_POSTPROCESSING = YES;
720720
DYLIB_COMPATIBILITY_VERSION = 801.0.0;
721-
DYLIB_CURRENT_VERSION = 801.1.0;
721+
DYLIB_CURRENT_VERSION = 801.2.0;
722722
DYLIB_INSTALL_NAME_BASE = "@rpath";
723723
FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)\"";
724724
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;

configure

Lines changed: 11 additions & 11 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_image 2.8.1.
3+
# Generated by GNU Autoconf 2.71 for SDL2_image 2.8.2.
44
#
55
# Report bugs to <https://github.com/libsdl-org/SDL_image/issues>.
66
#
@@ -760,8 +760,8 @@ MAKEFLAGS=
760760
# Identity of this package.
761761
PACKAGE_NAME='SDL2_image'
762762
PACKAGE_TARNAME='SDL2_image'
763-
PACKAGE_VERSION='2.8.1'
764-
PACKAGE_STRING='SDL2_image 2.8.1'
763+
PACKAGE_VERSION='2.8.2'
764+
PACKAGE_STRING='SDL2_image 2.8.2'
765765
PACKAGE_BUGREPORT='https://github.com/libsdl-org/SDL_image/issues'
766766
PACKAGE_URL=''
767767

@@ -1609,7 +1609,7 @@ if test "$ac_init_help" = "long"; then
16091609
# Omit some internal or obsolete options to make the list less imposing.
16101610
# This message is too long to be a string in the A/UX 3.1 sh.
16111611
cat <<_ACEOF
1612-
\`configure' configures SDL2_image 2.8.1 to adapt to many kinds of systems.
1612+
\`configure' configures SDL2_image 2.8.2 to adapt to many kinds of systems.
16131613

16141614
Usage: $0 [OPTION]... [VAR=VALUE]...
16151615

@@ -1680,7 +1680,7 @@ fi
16801680

16811681
if test -n "$ac_init_help"; then
16821682
case $ac_init_help in
1683-
short | recursive ) echo "Configuration of SDL2_image 2.8.1:";;
1683+
short | recursive ) echo "Configuration of SDL2_image 2.8.2:";;
16841684
esac
16851685
cat <<\_ACEOF
16861686

@@ -1853,7 +1853,7 @@ fi
18531853
test -n "$ac_init_help" && exit $ac_status
18541854
if $ac_init_version; then
18551855
cat <<\_ACEOF
1856-
SDL2_image configure 2.8.1
1856+
SDL2_image configure 2.8.2
18571857
generated by GNU Autoconf 2.71
18581858

18591859
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2153,7 +2153,7 @@ cat >config.log <<_ACEOF
21532153
This file contains any messages produced by compilers while
21542154
running configure, to aid debugging if configure makes a mistake.
21552155

2156-
It was created by SDL2_image $as_me 2.8.1, which was
2156+
It was created by SDL2_image $as_me 2.8.2, which was
21572157
generated by GNU Autoconf 2.71. Invocation command line was
21582158

21592159
$ $0$ac_configure_args_raw
@@ -2915,7 +2915,7 @@ MAJOR_VERSION=2
29152915

29162916
MINOR_VERSION=8
29172917

2918-
MICRO_VERSION=1
2918+
MICRO_VERSION=2
29192919

29202920

29212921
BINARY_AGE=`expr $MINOR_VERSION \* 100 + $MICRO_VERSION`
@@ -11537,7 +11537,7 @@ fi
1153711537

1153811538
# Define the identity of the package.
1153911539
PACKAGE='SDL2_image'
11540-
VERSION='2.8.1'
11540+
VERSION='2.8.2'
1154111541

1154211542

1154311543
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -16732,7 +16732,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1673216732
# report actual input values of CONFIG_FILES etc. instead of their
1673316733
# values after options handling.
1673416734
ac_log="
16735-
This file was extended by SDL2_image $as_me 2.8.1, which was
16735+
This file was extended by SDL2_image $as_me 2.8.2, which was
1673616736
generated by GNU Autoconf 2.71. Invocation command line was
1673716737

1673816738
CONFIG_FILES = $CONFIG_FILES
@@ -16791,7 +16791,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1679116791
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1679216792
ac_cs_config='$ac_cs_config_escaped'
1679316793
ac_cs_version="\\
16794-
SDL2_image config.status 2.8.1
16794+
SDL2_image config.status 2.8.2
1679516795
configured by $0, generated by GNU Autoconf 2.71,
1679616796
with options \\"\$ac_cs_config\\"
1679716797

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], [8])
7-
m4_define([MICRO_VERSION_MACRO], [1])
7+
m4_define([MICRO_VERSION_MACRO], [2])
88

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

include/SDL_image.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extern "C" {
4343
*/
4444
#define SDL_IMAGE_MAJOR_VERSION 2
4545
#define SDL_IMAGE_MINOR_VERSION 8
46-
#define SDL_IMAGE_PATCHLEVEL 1
46+
#define SDL_IMAGE_PATCHLEVEL 2
4747

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

src/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,8,1,0
13-
PRODUCTVERSION 2,8,1,0
12+
FILEVERSION 2,8,2,0
13+
PRODUCTVERSION 2,8,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_image\0"
26-
VALUE "FileVersion", "2, 8, 1, 0\0"
26+
VALUE "FileVersion", "2, 8, 2, 0\0"
2727
VALUE "InternalName", "SDL_image\0"
2828
VALUE "LegalCopyright", "Copyright (C) 2024 Sam Lantinga\0"
2929
VALUE "OriginalFilename", "SDL_image.dll\0"
3030
VALUE "ProductName", "Simple DirectMedia Layer\0"
31-
VALUE "ProductVersion", "2, 8, 1, 0\0"
31+
VALUE "ProductVersion", "2, 8, 2, 0\0"
3232
END
3333
END
3434
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)