diff options
author | Joe George <joe@zeroc.com> | 2021-02-24 15:29:11 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-24 15:29:11 -0500 |
commit | b3fa9be86576323ba4593e966a73556689689663 (patch) | |
tree | 3a04cc85f7442132ca6a4247cc8d0ed312f5b911 /cpp/include/IceUtil/Config.h | |
parent | Fix python build deps on Windows (diff) | |
download | ice-b3fa9be86576323ba4593e966a73556689689663.tar.bz2 ice-b3fa9be86576323ba4593e966a73556689689663.tar.xz ice-b3fa9be86576323ba4593e966a73556689689663.zip |
Fix version string and objc build
Diffstat (limited to 'cpp/include/IceUtil/Config.h')
-rw-r--r-- | cpp/include/IceUtil/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/Config.h b/cpp/include/IceUtil/Config.h index 973ffd6ad9e..6af457ea621 100644 --- a/cpp/include/IceUtil/Config.h +++ b/cpp/include/IceUtil/Config.h @@ -283,7 +283,7 @@ // // The Ice version. // -#define ICE_STRING_VERSION "3.8.0-alpha.0" // "A.B.C", with A=major, B=minor, C=patch +#define ICE_STRING_VERSION "3.8.0" // "A.B.C", with A=major, B=minor, C=patch #define ICE_INT_VERSION 30800 // AABBCC, with AA=major, BB=minor, CC=patch #define ICE_SO_VERSION "38" // "ABC", with A=major, B=minor, C=patch |