File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
# JSON Framework Changes
2
2
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
+
3
9
## Version 3.0 (June 18th, 2011)
4
10
5
11
* Bump version number
Original file line number Diff line number Diff line change 730
730
ALWAYS_SEARCH_USER_PATHS = NO;
731
731
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
732
732
COPY_PHASE_STRIP = NO;
733
- CURRENT_PROJECT_VERSION = 31 ;
733
+ CURRENT_PROJECT_VERSION = 32 ;
734
734
DYLIB_COMPATIBILITY_VERSION = 1;
735
- DYLIB_CURRENT_VERSION = 31 ;
735
+ DYLIB_CURRENT_VERSION = 32 ;
736
736
FRAMEWORK_VERSION = A;
737
737
GCC_DYNAMIC_NO_PIC = NO;
738
738
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
752
752
ALWAYS_SEARCH_USER_PATHS = NO;
753
753
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
754
754
COPY_PHASE_STRIP = YES;
755
- CURRENT_PROJECT_VERSION = 31 ;
755
+ CURRENT_PROJECT_VERSION = 32 ;
756
756
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
757
757
DYLIB_COMPATIBILITY_VERSION = 1;
758
- DYLIB_CURRENT_VERSION = 31 ;
758
+ DYLIB_CURRENT_VERSION = 32 ;
759
759
FRAMEWORK_VERSION = A;
760
760
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
761
761
GCC_ENABLE_OBJC_GC = supported;
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >FMWK </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >3.0 </string >
20
+ <string >3.0.1 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 13
13
<key >CFBundlePackageType </key >
14
14
<string >BNDL </string >
15
15
<key >CFBundleShortVersionString </key >
16
- <string >3.0 </string >
16
+ <string >3.0.1 </string >
17
17
<key >CFBundleSignature </key >
18
18
<string >???? </string >
19
19
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 13
13
<key >CFBundlePackageType </key >
14
14
<string >BNDL </string >
15
15
<key >CFBundleShortVersionString </key >
16
- <string >3.0 </string >
16
+ <string >3.0.1 </string >
17
17
<key >CFBundleSignature </key >
18
18
<string >???? </string >
19
19
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments