diff options
author | Jose <jose@zeroc.com> | 2019-06-12 23:37:36 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-06-12 23:37:36 +0200 |
commit | 6aa73dd58bf652035f5f676153aebab0311b11f6 (patch) | |
tree | 493497a9dca6e4f310dabeb1f29cfd9289e6c33f /cpp/include/IceUtil/Config.h | |
parent | Run swiftformat over all Swift files (diff) | |
download | ice-6aa73dd58bf652035f5f676153aebab0311b11f6.tar.bz2 ice-6aa73dd58bf652035f5f676153aebab0311b11f6.tar.xz ice-6aa73dd58bf652035f5f676153aebab0311b11f6.zip |
Update Version to 3.7b1
Diffstat (limited to 'cpp/include/IceUtil/Config.h')
-rw-r--r-- | cpp/include/IceUtil/Config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/IceUtil/Config.h b/cpp/include/IceUtil/Config.h index a9969c45e57..124d0d41080 100644 --- a/cpp/include/IceUtil/Config.h +++ b/cpp/include/IceUtil/Config.h @@ -273,9 +273,9 @@ // // The Ice version. // -#define ICE_STRING_VERSION "3.7.2" // "A.B.C", with A=major, B=minor, C=patch -#define ICE_INT_VERSION 30702 // 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.7b1" // "A.B.C", with A=major, B=minor, C=patch +#define ICE_INT_VERSION 30761 // AABBCC, with AA=major, BB=minor, CC=patch +#define ICE_SO_VERSION "37b1" // "ABC", with A=major, B=minor, C=patch #if !defined(ICE_BUILDING_ICE) && defined(ICE_API_EXPORTS) # define ICE_BUILDING_ICE |