summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-06-12 23:37:36 +0200
committerJose <jose@zeroc.com>2019-06-12 23:37:36 +0200
commit6aa73dd58bf652035f5f676153aebab0311b11f6 (patch)
tree493497a9dca6e4f310dabeb1f29cfd9289e6c33f /cpp/include
parentRun swiftformat over all Swift files (diff)
downloadice-6aa73dd58bf652035f5f676153aebab0311b11f6.tar.bz2
ice-6aa73dd58bf652035f5f676153aebab0311b11f6.tar.xz
ice-6aa73dd58bf652035f5f676153aebab0311b11f6.zip
Update Version to 3.7b1
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/IceUtil/Config.h6
-rw-r--r--cpp/include/IceUtil/ResourceConfig.h6
2 files changed, 6 insertions, 6 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
diff --git a/cpp/include/IceUtil/ResourceConfig.h b/cpp/include/IceUtil/ResourceConfig.h
index 4bf0c68d158..e446105a345 100644
--- a/cpp/include/IceUtil/ResourceConfig.h
+++ b/cpp/include/IceUtil/ResourceConfig.h
@@ -7,9 +7,9 @@
#include "winver.h"
-#define ICE_VERSION 3,7,2,0
-#define ICE_STRING_VERSION "3.7.2\0"
-#define ICE_SO_VERSION "37\0"
+#define ICE_VERSION 3,7,61,0
+#define ICE_STRING_VERSION "3.7b1\0"
+#define ICE_SO_VERSION "37b1\0"
#define ICE_COMPANY_NAME "ZeroC, Inc.\0"
#define ICE_COPYRIGHT "\251 ZeroC, Inc.\0"
#define ICE_PRODUCT_NAME "Ice\0"