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 /config/Make.rules | |
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 'config/Make.rules')
-rw-r--r-- | config/Make.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Make.rules b/config/Make.rules index 015e9643cec..254bd4f574b 100644 --- a/config/Make.rules +++ b/config/Make.rules @@ -102,9 +102,9 @@ supported-languages ?= $(strip cpp java java-compat python ruby php \ $(if $(filter Darwin,$(os)),objective-c)) supported-configs ?= shared -version = 3.7b1 +version = 3.7b2 mmversion = 3.7 -soversion = 37b1 +soversion = 37b2 # # The compatversion is the lowest patch release with the same API. |