Skip to content

Commit

Permalink
Updated Changes, bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
stig committed Jan 30, 2011
1 parent ec1c6e6 commit 7048419
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Changes.markdown
@@ -1,6 +1,6 @@
# JSON Framework Changes

## Version 3.0alpha4 (TBD)
## Version 3.0beta1 (January 30th, 2011)

### Bug Fixes
* [Issue 36][#36]: Fix bug in build script that caused it to break if $SRCROOT has spaces.
Expand Down
2 changes: 1 addition & 1 deletion JSON-Info.plist
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.3.1</string>
<string>3.0beta1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
8 changes: 4 additions & 4 deletions JSON.xcodeproj/project.pbxproj
Expand Up @@ -1279,9 +1279,9 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DYLIB_COMPATIBILITY_VERSION = 4;
DYLIB_CURRENT_VERSION = 11;
DYLIB_CURRENT_VERSION = 12;
FRAMEWORK_VERSION = A;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
Expand Down Expand Up @@ -1311,9 +1311,9 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DYLIB_COMPATIBILITY_VERSION = 4;
DYLIB_CURRENT_VERSION = 11;
DYLIB_CURRENT_VERSION = 12;
FRAMEWORK_VERSION = A;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
Expand Down

0 comments on commit 7048419

Please sign in to comment.