Skip to content

Commit

Permalink
Updated to version 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 3, 2016
1 parent c613869 commit 0bd1d8b
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 24 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,12 @@
2.0.13:
Sylvain - Sat Jun 28 11:42:42 2014
* Fixed bug rendering text starting with a glyph with negative starting offset
beuc - Sun Jun 15 18:27:28 2014
* Fixed regression loading non-scalable fonts
Sam Lantinga - Sun Jun 15 18:21:04 PDT 2014
* TTF_GetFontKerningSize() gets kerning between two characters, not two glyph indices
David Ludwig - Sun Apr 13 22:28:26 2014
* Added support for building for Windows RT and Windows Phone

2.0.12:
Sam Lantinga - Sat Jun 1 19:11:26 PDT 2013
Expand Down
2 changes: 1 addition & 1 deletion SDL2_ttf.spec
@@ -1,5 +1,5 @@
%define name SDL2_ttf
%define version 2.0.12
%define version 2.0.13
%define release 1

Summary: Simple DirectMedia Layer - Sample TrueType Font Library
Expand Down
2 changes: 1 addition & 1 deletion SDL_ttf.h
Expand Up @@ -39,7 +39,7 @@ extern "C" {
*/
#define SDL_TTF_MAJOR_VERSION 2
#define SDL_TTF_MINOR_VERSION 0
#define SDL_TTF_PATCHLEVEL 12
#define SDL_TTF_PATCHLEVEL 13

/* This macro can be used to fill a version structure with the compile-time
* version of the SDL_ttf library.
Expand Down
8 changes: 4 additions & 4 deletions VisualC/Version.rc
Expand Up @@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,12,0
PRODUCTVERSION 2,0,12,0
FILEVERSION 2,0,13,0
PRODUCTVERSION 2,0,13,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -46,12 +46,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "SDL_ttf\0"
VALUE "FileVersion", "2, 0, 12, 0\0"
VALUE "FileVersion", "2, 0, 13, 0\0"
VALUE "InternalName", "SDL_ttf\0"
VALUE "LegalCopyright", "Copyright � 2016 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL_ttf.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "2, 0, 12, 0\0"
VALUE "ProductVersion", "2, 0, 13, 0\0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Xcode-iOS/SDL_ttf.xcodeproj/project.pbxproj
Expand Up @@ -327,8 +327,8 @@
00B7E1EE097E26C600826121 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_COMPATIBILITY_VERSION = 11;
DYLIB_CURRENT_VERSION = 11.3.0;
GCC_PREPROCESSOR_DEFINITIONS = FT2_BUILD_LIBRARY;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
LIBRARY_STYLE = STATIC;
Expand All @@ -340,8 +340,8 @@
00B7E1EF097E26C600826121 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_COMPATIBILITY_VERSION = 11;
DYLIB_CURRENT_VERSION = 11.3.0;
GCC_PREPROCESSOR_DEFINITIONS = FT2_BUILD_LIBRARY;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
LIBRARY_STYLE = STATIC;
Expand Down
4 changes: 2 additions & 2 deletions Xcode/Info-Framework.plist
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.12</string>
<string>2.0.13</string>
<key>CFBundleVersion</key>
<string>2.0.12</string>
<string>2.0.13</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Xcode/SDL_ttf.xcodeproj/project.pbxproj
Expand Up @@ -363,7 +363,7 @@
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DYLIB_COMPATIBILITY_VERSION = 11;
DYLIB_CURRENT_VERSION = 11.2;
DYLIB_CURRENT_VERSION = 11.3.0;
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = "Info-Framework.plist";
INSTALL_PATH = "@rpath";
Expand All @@ -378,7 +378,7 @@
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DYLIB_COMPATIBILITY_VERSION = 11;
DYLIB_CURRENT_VERSION = 11.2;
DYLIB_CURRENT_VERSION = 11.3.0;
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = "Info-Framework.plist";
INSTALL_PATH = "@rpath";
Expand Down
6 changes: 3 additions & 3 deletions configure
Expand Up @@ -2360,9 +2360,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu

MAJOR_VERSION=2
MINOR_VERSION=0
MICRO_VERSION=12
INTERFACE_AGE=2
BINARY_AGE=12
MICRO_VERSION=13
INTERFACE_AGE=3
BINARY_AGE=13
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION


Expand Down
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -13,9 +13,9 @@ dnl Set various version strings - taken gratefully from the GTk sources

MAJOR_VERSION=2
MINOR_VERSION=0
MICRO_VERSION=12
INTERFACE_AGE=2
BINARY_AGE=12
MICRO_VERSION=13
INTERFACE_AGE=3
BINARY_AGE=13
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

AC_SUBST(MAJOR_VERSION)
Expand Down
8 changes: 4 additions & 4 deletions version.rc
Expand Up @@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,12,0
PRODUCTVERSION 2,0,12,0
FILEVERSION 2,0,13,0
PRODUCTVERSION 2,0,13,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
Expand All @@ -23,12 +23,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "SDL_ttf\0"
VALUE "FileVersion", "2, 0, 12, 0\0"
VALUE "FileVersion", "2, 0, 13, 0\0"
VALUE "InternalName", "SDL_ttf\0"
VALUE "LegalCopyright", "Copyright � 2016 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL_ttf.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "2, 0, 12, 0\0"
VALUE "ProductVersion", "2, 0, 13, 0\0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 0bd1d8b

Please sign in to comment.