diff options
author | Jose <jose@zeroc.com> | 2019-07-18 23:58:15 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-07-18 23:58:15 +0200 |
commit | 067131fb998a87aeb3b2f4fa089c1424e93571d4 (patch) | |
tree | 591c00cb53687f5939c67ccb33ff360bef0d6f30 /swift/src/Ice/Initialize.swift | |
parent | Merge remote-tracking branch 'origin/3.7' into swift (diff) | |
download | ice-3.7-beta2-swift.tar.bz2 ice-3.7-beta2-swift.tar.xz ice-3.7-beta2-swift.zip |
Update Swift version to 3.7b2v3.7-beta2-swift
Diffstat (limited to 'swift/src/Ice/Initialize.swift')
-rw-r--r-- | swift/src/Ice/Initialize.swift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swift/src/Ice/Initialize.swift b/swift/src/Ice/Initialize.swift index 561727b449d..15fef58d81e 100644 --- a/swift/src/Ice/Initialize.swift +++ b/swift/src/Ice/Initialize.swift @@ -230,11 +230,11 @@ public func createProperties(_ args: inout [String], defaults: Properties? = nil /// indicates the major version, BB indicates the minor version, and CC /// indicates the patch level. For example, for Ice 3.3.1, the returned /// value is 30301. -public let intVersion: Int = 30761 +public let intVersion: Int = 30762 /// The Ice version in the form A.B.C, where A indicates the major version, /// B indicates the minor version, and C indicates the patch level. -public let stringVersion: String = "3.7b1" +public let stringVersion: String = "3.7b2" public let Encoding_1_0 = EncodingVersion(major: 1, minor: 0) public let Encoding_1_1 = EncodingVersion(major: 1, minor: 1) |