summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2021-02-24 15:29:11 -0500
committerJoe George <joe@zeroc.com>2021-02-24 15:29:11 -0500
commitb3fa9be86576323ba4593e966a73556689689663 (patch)
tree3a04cc85f7442132ca6a4247cc8d0ed312f5b911 /cpp
parentFix python build deps on Windows (diff)
downloadice-b3fa9be86576323ba4593e966a73556689689663.tar.bz2
ice-b3fa9be86576323ba4593e966a73556689689663.tar.xz
ice-b3fa9be86576323ba4593e966a73556689689663.zip
Fix version string and objc build
Diffstat (limited to 'cpp')
-rw-r--r--cpp/include/IceUtil/Config.h2
-rw-r--r--cpp/include/IceUtil/ResourceConfig.h2
2 files changed, 2 insertions, 2 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
diff --git a/cpp/include/IceUtil/ResourceConfig.h b/cpp/include/IceUtil/ResourceConfig.h
index 76a1b41f686..87a2e1069d5 100644
--- a/cpp/include/IceUtil/ResourceConfig.h
+++ b/cpp/include/IceUtil/ResourceConfig.h
@@ -8,7 +8,7 @@
#include "winver.h"
#define ICE_VERSION 3,8,0,0
-#define ICE_STRING_VERSION "3.8.0-alpha.0\0"
+#define ICE_STRING_VERSION "3.8.0\0"
#define ICE_SO_VERSION "38\0"
#define ICE_COMPANY_NAME "ZeroC, Inc.\0"
#define ICE_COPYRIGHT "\251 ZeroC, Inc.\0"