Navigation Menu

Skip to content

Commit

Permalink
Switched compatibility version to 1 since the ABI is compatible with …
Browse files Browse the repository at this point in the history
…previous versions
  • Loading branch information
slouken committed Jan 14, 2012
1 parent ad30355 commit 53df919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xcode/SDL/SDL.xcodeproj/project.pbxproj
Expand Up @@ -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 = (
Expand Down Expand Up @@ -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 = (
Expand Down

0 comments on commit 53df919

Please sign in to comment.