From 38cecfcf83521167b5db553da1c05612d88923cb Mon Sep 17 00:00:00 2001 From: Joe George Date: Mon, 15 Feb 2021 09:51:16 -0500 Subject: Update version to v3.8.0 --- cpp/include/IceUtil/Config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/include/IceUtil/Config.h') diff --git a/cpp/include/IceUtil/Config.h b/cpp/include/IceUtil/Config.h index d2be206e313..973ffd6ad9e 100644 --- a/cpp/include/IceUtil/Config.h +++ b/cpp/include/IceUtil/Config.h @@ -283,9 +283,9 @@ // // The Ice version. // -#define ICE_STRING_VERSION "3.7.5" // "A.B.C", with A=major, B=minor, C=patch -#define ICE_INT_VERSION 30705 // AABBCC, with AA=major, BB=minor, CC=patch -#define ICE_SO_VERSION "37" // "ABC", with A=major, B=minor, C=patch +#define ICE_STRING_VERSION "3.8.0-alpha.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 #if !defined(ICE_BUILDING_ICE) && defined(ICE_API_EXPORTS) # define ICE_BUILDING_ICE -- cgit v1.2.3