diff options
author | Matthew Newhook <matthew@zeroc.com> | 2009-08-10 12:12:26 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2009-08-10 12:12:26 +0800 |
commit | c51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc (patch) | |
tree | d195a0c8958a9edf916605d24354b07688d82271 /cpp/include/IceUtil/Config.h | |
parent | merged in both of Jose's 4071 fixes. (diff) | |
download | ice-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.h | 4 |
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) // |