[Commits] SDL: Switched compatibility version to 1 since the ABI is compat...
libsdl.org revision control
commits-owner at libsdl.org
Fri Jan 13 23:25:55 PST 2012
details: http://hg.libsdl.org/SDL/rev/a84cb42bce7f
changeset: 6215:a84cb42bce7f
user: Sam Lantinga <slouken at libsdl.org>
date: Sat Jan 14 02:22:40 2012 -0500
description:
Switched compatibility version to 1 since the ABI is compatible with previous versions
diffstat:
Xcode/SDL/SDL.xcodeproj/project.pbxproj | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r beb988469d26 -r a84cb42bce7f Xcode/SDL/SDL.xcodeproj/project.pbxproj
--- a/Xcode/SDL/SDL.xcodeproj/project.pbxproj Tue Jan 10 22:52:17 2012 -0500
+++ b/Xcode/SDL/SDL.xcodeproj/project.pbxproj Sat Jan 14 02:22:40 2012 -0500
@@ -1723,7 +1723,7 @@
00CFA622106A567900758660 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- DYLIB_COMPATIBILITY_VERSION = 12;
+ DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 12.4;
FRAMEWORK_VERSION = A;
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -1816,7 +1816,7 @@
00CFA628106A568900758660 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- DYLIB_COMPATIBILITY_VERSION = 12;
+ DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 12.4;
FRAMEWORK_VERSION = A;
GCC_PREPROCESSOR_DEFINITIONS = (
More information about the commits
mailing list