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/ResourceConfig.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/ResourceConfig.h')
-rw-r--r-- | cpp/include/IceUtil/ResourceConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |