summaryrefslogtreecommitdiff
path: root/swift/src
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2021-02-15 09:51:16 -0500
committerJoe George <joe@zeroc.com>2021-02-15 09:51:16 -0500
commit38cecfcf83521167b5db553da1c05612d88923cb (patch)
tree315efc136af6ba7550ea5894cdb185858aac3b8e /swift/src
parentSupport for Ruby 3.0 (Fixes #1257) (#1258) (diff)
downloadice-38cecfcf83521167b5db553da1c05612d88923cb.tar.bz2
ice-38cecfcf83521167b5db553da1c05612d88923cb.tar.xz
ice-38cecfcf83521167b5db553da1c05612d88923cb.zip
Update version to v3.8.0
Diffstat (limited to 'swift/src')
-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 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)