[Commits] SDL_ttf: Switched compatibility version to 1 since the ABI is co...

libsdl.org revision control commits-owner at libsdl.org
Fri Jan 13 23:25:48 PST 2012


details:   http://hg.libsdl.org/SDL_ttf/rev/fea7aab3e72d
changeset: 189:fea7aab3e72d
user:      Sam Lantinga <slouken at libsdl.org>
date:      Sat Jan 14 02:22:48 2012 -0500
description:
Switched compatibility version to 1 since the ABI is compatible with previous versions

diffstat:

 Xcode/SDL_ttf.xcodeproj/project.pbxproj |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 278925ec7a75 -r fea7aab3e72d Xcode/SDL_ttf.xcodeproj/project.pbxproj
--- a/Xcode/SDL_ttf.xcodeproj/project.pbxproj	Mon Jan 09 08:02:07 2012 -0500
+++ b/Xcode/SDL_ttf.xcodeproj/project.pbxproj	Sat Jan 14 02:22:48 2012 -0500
@@ -361,7 +361,7 @@
 		00B7E1EA097E26C600826121 /* Debug */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
-				DYLIB_COMPATIBILITY_VERSION = 11;
+				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 11.1;
 				FRAMEWORK_VERSION = A;
 				INFOPLIST_FILE = "Info-Framework__Upgraded_.plist";
@@ -375,7 +375,7 @@
 		00B7E1EB097E26C600826121 /* Release */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
-				DYLIB_COMPATIBILITY_VERSION = 11;
+				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 11.1;
 				FRAMEWORK_VERSION = A;
 				INFOPLIST_FILE = "Info-Framework__Upgraded_.plist";


More information about the commits mailing list