Skip to content

Commit 440738d

Browse files
committed
Merge branch 'branch3.0'
2 parents 0bb0c2c + ec69b15 commit 440738d

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

Changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# JSON Framework Changes
22

3+
## Version 3.0.1 (July 1st, 2011)
4+
5+
* [Issue80][#80]: Kill memory leak reported by DinosaurDad.
6+
* Fix typo in Readme
7+
* Bump versions.
8+
39
## Version 3.0 (June 18th, 2011)
410

511
* Bump version number

SBJson.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -730,9 +730,9 @@
730730
ALWAYS_SEARCH_USER_PATHS = NO;
731731
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
732732
COPY_PHASE_STRIP = NO;
733-
CURRENT_PROJECT_VERSION = 31;
733+
CURRENT_PROJECT_VERSION = 32;
734734
DYLIB_COMPATIBILITY_VERSION = 1;
735-
DYLIB_CURRENT_VERSION = 31;
735+
DYLIB_CURRENT_VERSION = 32;
736736
FRAMEWORK_VERSION = A;
737737
GCC_DYNAMIC_NO_PIC = NO;
738738
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
@@ -752,10 +752,10 @@
752752
ALWAYS_SEARCH_USER_PATHS = NO;
753753
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
754754
COPY_PHASE_STRIP = YES;
755-
CURRENT_PROJECT_VERSION = 31;
755+
CURRENT_PROJECT_VERSION = 32;
756756
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
757757
DYLIB_COMPATIBILITY_VERSION = 1;
758-
DYLIB_CURRENT_VERSION = 31;
758+
DYLIB_CURRENT_VERSION = 32;
759759
FRAMEWORK_VERSION = A;
760760
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
761761
GCC_ENABLE_OBJC_GC = supported;

SBJson/SBJson-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.0</string>
20+
<string>3.0.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

SBJsonTests/SBJsonTests-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundlePackageType</key>
1414
<string>BNDL</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.0</string>
16+
<string>3.0.1</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>

sbjson-iosTests/sbjson-iosTests-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundlePackageType</key>
1414
<string>BNDL</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.0</string>
16+
<string>3.0.1</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)