File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Version 1.1.1 (2017-02-07)
2
+
3
+ This release contains the following change:
4
+
5
+ * A Swift 3.1 compilation issue about SipHash's (ab)use of @inline (__ always) was fixed.
6
+
1
7
# Version 1.1.0 (2016-11-23)
2
8
3
9
This release contains the following changes:
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'SipHash'
3
- spec . version = '1.1.0 '
3
+ spec . version = '1.1.1 '
4
4
spec . ios . deployment_target = "8.0"
5
5
spec . osx . deployment_target = "10.9"
6
6
spec . tvos . deployment_target = "9.0"
Original file line number Diff line number Diff line change 6
6
//
7
7
8
8
// Increment the build number whenever you modify the version string.
9
- VERSION_STRING = 1.1.0
10
- BUILD_NUMBER = 1
9
+ VERSION_STRING = 1.1.1
10
+ BUILD_NUMBER = 3
11
11
12
12
PROJECT_NAME = SipHash
13
13
BUNDLE_IDENTIFIER_BASE = hu.lorentey.$(PROJECT_NAME)
You can’t perform that action at this time.
0 commit comments