summaryrefslogtreecommitdiff
path: root/swift/src/Ice/Initialize.swift
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-07-22 10:15:26 +0200
committerJose <jose@zeroc.com>2019-07-22 10:15:26 +0200
commit026ffd63e404100926323bc4d77274637655d090 (patch)
tree7a9960c28b35cc5284450db409ada01b5f4587a4 /swift/src/Ice/Initialize.swift
parentMerge remote-tracking branch 'origin/3.7' into swift (diff)
downloadice-026ffd63e404100926323bc4d77274637655d090.tar.bz2
ice-026ffd63e404100926323bc4d77274637655d090.tar.xz
ice-026ffd63e404100926323bc4d77274637655d090.zip
Update Ice version to 3.7.3
Diffstat (limited to 'swift/src/Ice/Initialize.swift')
-rw-r--r--swift/src/Ice/Initialize.swift4
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)