summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Config.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2012-10-23 15:03:49 -0400
committerBernard Normier <bernard@zeroc.com>2012-10-23 15:03:49 -0400
commitef571f80c545d30a5a2330b2d835f9c6441616a1 (patch)
treefce9620a538899c44d8471a0e798c4ff134dead8 /cpp/include/IceUtil/Config.h
parentJava/C# factory fix (diff)
downloadice-ef571f80c545d30a5a2330b2d835f9c6441616a1.tar.bz2
ice-ef571f80c545d30a5a2330b2d835f9c6441616a1.tar.xz
ice-ef571f80c545d30a5a2330b2d835f9c6441616a1.zip
Fixed ICE-4884:
Updated version to 3.5b Some fixes to distribution/bin/fixVersion.py
Diffstat (limited to 'cpp/include/IceUtil/Config.h')
-rw-r--r--cpp/include/IceUtil/Config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IceUtil/Config.h b/cpp/include/IceUtil/Config.h
index 927964224b2..570174b8b78 100644
--- a/cpp/include/IceUtil/Config.h
+++ b/cpp/include/IceUtil/Config.h
@@ -198,7 +198,7 @@ typedef long long Int64;
//
// The Ice version.
//
-#define ICE_STRING_VERSION "3.4.2" // "A.B.C", with A=major, B=minor, C=patch
-#define ICE_INT_VERSION 30402 // AABBCC, with AA=major, BB=minor, CC=patch
+#define ICE_STRING_VERSION "3.5b" // "A.B.C", with A=major, B=minor, C=patch
+#define ICE_INT_VERSION 30551 // AABBCC, with AA=major, BB=minor, CC=patch
#endif