From 762dbb38a7e4c0b40f136a0d0300360ab560a13c Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sat, 3 Aug 2019 12:44:37 +0300 Subject: [PATCH] update the SDL version number to 1.2.16 --- Xcode/SDL/Info-Framework.plist | 4 ++-- Xcode/SDL/SDL.xcodeproj/project.pbxproj | 4 ++-- Xcode/XcodeDocSet/Doxyfile | 2 +- configure | 6 +++--- configure.in | 6 +++--- include/SDL_version.h | 2 +- include/doxyfile | 2 +- src/main/win32/version.rc | 10 +++++----- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Xcode/SDL/Info-Framework.plist b/Xcode/SDL/Info-Framework.plist index 66b19a05b..87978f6f3 100644 --- a/Xcode/SDL/Info-Framework.plist +++ b/Xcode/SDL/Info-Framework.plist @@ -19,10 +19,10 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2.15 + 1.2.16 CFBundleSignature SDLX CFBundleVersion - 1.2.15 + 1.2.16 diff --git a/Xcode/SDL/SDL.xcodeproj/project.pbxproj b/Xcode/SDL/SDL.xcodeproj/project.pbxproj index 6de096080..7563a6b6c 100644 --- a/Xcode/SDL/SDL.xcodeproj/project.pbxproj +++ b/Xcode/SDL/SDL.xcodeproj/project.pbxproj @@ -1724,7 +1724,7 @@ isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 12.4; + DYLIB_CURRENT_VERSION = 12.5; FRAMEWORK_VERSION = A; GCC_PREPROCESSOR_DEFINITIONS = ( "$(GCC_PREPROCESSOR_DEFINITIONS)", @@ -1818,7 +1818,7 @@ isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 12.4; + DYLIB_CURRENT_VERSION = 12.5; FRAMEWORK_VERSION = A; GCC_PREPROCESSOR_DEFINITIONS = ( "$(GCC_PREPROCESSOR_DEFINITIONS)", diff --git a/Xcode/XcodeDocSet/Doxyfile b/Xcode/XcodeDocSet/Doxyfile index 34e12280e..fd88654ab 100644 --- a/Xcode/XcodeDocSet/Doxyfile +++ b/Xcode/XcodeDocSet/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = SDL # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.2.14 +PROJECT_NUMBER = 1.2.16 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/configure b/configure index ade679133..e5fb7f8cf 100755 --- a/configure +++ b/configure @@ -4051,9 +4051,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # SDL_MAJOR_VERSION=1 SDL_MINOR_VERSION=2 -SDL_MICRO_VERSION=15 -SDL_INTERFACE_AGE=4 -SDL_BINARY_AGE=15 +SDL_MICRO_VERSION=16 +SDL_INTERFACE_AGE=5 +SDL_BINARY_AGE=16 SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION diff --git a/configure.in b/configure.in index a4feb2d2c..3c8bca26a 100644 --- a/configure.in +++ b/configure.in @@ -17,9 +17,9 @@ dnl Set various version strings - taken gratefully from the GTk sources # SDL_MAJOR_VERSION=1 SDL_MINOR_VERSION=2 -SDL_MICRO_VERSION=15 -SDL_INTERFACE_AGE=4 -SDL_BINARY_AGE=15 +SDL_MICRO_VERSION=16 +SDL_INTERFACE_AGE=5 +SDL_BINARY_AGE=16 SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION AC_SUBST(SDL_MAJOR_VERSION) diff --git a/include/SDL_version.h b/include/SDL_version.h index fdc17c64c..4385ebf0b 100644 --- a/include/SDL_version.h +++ b/include/SDL_version.h @@ -41,7 +41,7 @@ extern "C" { /*@{*/ #define SDL_MAJOR_VERSION 1 #define SDL_MINOR_VERSION 2 -#define SDL_PATCHLEVEL 15 +#define SDL_PATCHLEVEL 16 /*@}*/ typedef struct SDL_version { diff --git a/include/doxyfile b/include/doxyfile index 29dcf5b45..6b18a9a6d 100644 --- a/include/doxyfile +++ b/include/doxyfile @@ -23,7 +23,7 @@ PROJECT_NAME = SDL # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.2.15 +PROJECT_NUMBER = 1.2.16 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/src/main/win32/version.rc b/src/main/win32/version.rc index c9bd333cf..beaff4e3a 100644 --- a/src/main/win32/version.rc +++ b/src/main/win32/version.rc @@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,2,15,0 - PRODUCTVERSION 1,2,15,0 + FILEVERSION 1,2,16,0 + PRODUCTVERSION 1,2,16,0 FILEFLAGSMASK 0x3fL FILEFLAGS 0x0L FILEOS 0x40004L @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "\0" VALUE "FileDescription", "SDL\0" - VALUE "FileVersion", "1, 2, 15, 0\0" + VALUE "FileVersion", "1, 2, 16, 0\0" VALUE "InternalName", "SDL\0" - VALUE "LegalCopyright", "Copyright © 2012 Sam Lantinga\0" + VALUE "LegalCopyright", "Copyright © 2019 Sam Lantinga\0" VALUE "OriginalFilename", "SDL.dll\0" VALUE "ProductName", "Simple DirectMedia Layer\0" - VALUE "ProductVersion", "1, 2, 15, 0\0" + VALUE "ProductVersion", "1, 2, 16, 0\0" END END BLOCK "VarFileInfo"