diff options
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 |