summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Config.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2009-08-10 12:12:26 +0800
committerMatthew Newhook <matthew@zeroc.com>2009-08-10 12:12:26 +0800
commitc51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc (patch)
treed195a0c8958a9edf916605d24354b07688d82271 /cpp/include/IceUtil/Config.h
parentmerged in both of Jose's 4071 fixes. (diff)
downloadice-c51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc.tar.bz2
ice-c51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc.tar.xz
ice-c51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc.zip
3.3b version changes.
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 e5e462cb0d6..ac069e03294 100644
--- a/cpp/include/IceUtil/Config.h
+++ b/cpp/include/IceUtil/Config.h
@@ -218,8 +218,8 @@ typedef long long Int64;
//
// The Ice version.
//
-#define ICE_STRING_VERSION "3.3.1" // "A.B.C", with A=major, B=minor, C=patch
-#define ICE_INT_VERSION 30301 // AABBCC, with AA=major, BB=minor, CC=patch
+#define ICE_STRING_VERSION "3.4b" // "A.B.C", with A=major, B=minor, C=patch
+#define ICE_INT_VERSION 30451 // AABBCC, with AA=major, BB=minor, CC=patch
#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600)
//