diff options
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 9cd951a5d30..35e768e7fb7 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 = 30705 +public let intVersion: Int = 30800 /// 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.7.5" +public let stringVersion: String = "3.8.0-alpha.0" public let Encoding_1_0 = EncodingVersion(major: 1, minor: 0) public let Encoding_1_1 = EncodingVersion(major: 1, minor: 1) |