diff options
Diffstat (limited to 'swift/src')
-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 15fef58d81e..2a6159e2a19 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 = 30762 +public let intVersion: Int = 30703 /// 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.7b2" +public let stringVersion: String = "3.7.3" public let Encoding_1_0 = EncodingVersion(major: 1, minor: 0) public let Encoding_1_1 = EncodingVersion(major: 1, minor: 1) |