Skip to content

Commit 78cc5c1

Browse files
committed
Updated to version 3.1.6 for the preview release
1 parent 19af3a2 commit 78cc5c1

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22

33
# See docs/release_checklist.md
4-
project(SDL3 LANGUAGES C VERSION "3.1.5")
4+
project(SDL3 LANGUAGES C VERSION "3.1.6")
55

66
if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
77
set(SDL3_SUBPROJECT OFF)

Xcode/SDL/Info-Framework.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<key>CFBundlePackageType</key>
2020
<string>FMWK</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>3.1.5</string>
22+
<string>3.1.6</string>
2323
<key>CFBundleSignature</key>
2424
<string>SDLX</string>
2525
<key>CFBundleVersion</key>
26-
<string>3.1.5</string>
26+
<string>3.1.6</string>
2727
</dict>
2828
</plist>

Xcode/SDL/SDL.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3081,8 +3081,8 @@
30813081
CLANG_ENABLE_MODULES = YES;
30823082
CLANG_ENABLE_OBJC_ARC = YES;
30833083
DEPLOYMENT_POSTPROCESSING = YES;
3084-
DYLIB_COMPATIBILITY_VERSION = 106.0.0;
3085-
DYLIB_CURRENT_VERSION = 106.0.0;
3084+
DYLIB_COMPATIBILITY_VERSION = 107.0.0;
3085+
DYLIB_CURRENT_VERSION = 107.0.0;
30863086
DYLIB_INSTALL_NAME_BASE = "@rpath";
30873087
ENABLE_STRICT_OBJC_MSGSEND = YES;
30883088
GCC_ALTIVEC_EXTENSIONS = YES;
@@ -3114,7 +3114,7 @@
31143114
"@loader_path/Frameworks",
31153115
);
31163116
MACOSX_DEPLOYMENT_TARGET = 10.11;
3117-
MARKETING_VERSION = 3.1.5;
3117+
MARKETING_VERSION = 3.1.6;
31183118
OTHER_LDFLAGS = "$(CONFIG_FRAMEWORK_LDFLAGS)";
31193119
PRODUCT_BUNDLE_IDENTIFIER = org.libsdl.SDL3;
31203120
PRODUCT_NAME = SDL3;
@@ -3142,8 +3142,8 @@
31423142
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
31433143
CLANG_ENABLE_MODULES = YES;
31443144
CLANG_ENABLE_OBJC_ARC = YES;
3145-
DYLIB_COMPATIBILITY_VERSION = 106.0.0;
3146-
DYLIB_CURRENT_VERSION = 106.0.0;
3145+
DYLIB_COMPATIBILITY_VERSION = 107.0.0;
3146+
DYLIB_CURRENT_VERSION = 107.0.0;
31473147
DYLIB_INSTALL_NAME_BASE = "@rpath";
31483148
ENABLE_STRICT_OBJC_MSGSEND = YES;
31493149
ENABLE_TESTABILITY = YES;
@@ -3175,7 +3175,7 @@
31753175
"@loader_path/Frameworks",
31763176
);
31773177
MACOSX_DEPLOYMENT_TARGET = 10.11;
3178-
MARKETING_VERSION = 3.1.5;
3178+
MARKETING_VERSION = 3.1.6;
31793179
ONLY_ACTIVE_ARCH = YES;
31803180
OTHER_LDFLAGS = "$(CONFIG_FRAMEWORK_LDFLAGS)";
31813181
PRODUCT_BUNDLE_IDENTIFIER = org.libsdl.SDL3;

Xcode/SDL/pkg-support/SDL.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Title SDL 3.1.5
1+
Title SDL 3.1.6
22
Version 1
33
Description SDL Library for macOS (http://www.libsdl.org)
44
DefaultLocation /Library/Frameworks

android-project/app/src/main/java/org/libsdl/app/SDLActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
6060
private static final String TAG = "SDL";
6161
private static final int SDL_MAJOR_VERSION = 3;
6262
private static final int SDL_MINOR_VERSION = 1;
63-
private static final int SDL_MICRO_VERSION = 5;
63+
private static final int SDL_MICRO_VERSION = 6;
6464
/*
6565
// Display InputType.SOURCE/CLASS of events and devices
6666
//

include/SDL3/SDL.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* \file SDL.h
2424
*
25-
* Main include header for the SDL library, version 3.1.5
25+
* Main include header for the SDL library, version 3.1.6
2626
*/
2727

2828
#ifndef SDL_h_

include/SDL3/SDL_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ extern "C" {
6262
*
6363
* \since This macro is available since SDL 3.1.3.
6464
*/
65-
#define SDL_MICRO_VERSION 5
65+
#define SDL_MICRO_VERSION 6
6666

6767
/**
6868
* This macro turns the version numbers into a numeric value.

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

0 commit comments

Comments
 (0)