summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Config.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-09-24 09:54:26 -0230
committerDwayne Boone <dwayne@zeroc.com>2007-09-24 09:54:26 -0230
commitf1cf78361661a49af2116bf6950ca962807fd96e (patch)
tree652fa2bf67c464be96e0a97c5d6811f7084b35c2 /cpp/include/IceUtil/Config.h
parentMerge branch 'master' of ssh://cvs.zeroc.com/home/git/ice (diff)
downloadice-f1cf78361661a49af2116bf6950ca962807fd96e.tar.bz2
ice-f1cf78361661a49af2116bf6950ca962807fd96e.tar.xz
ice-f1cf78361661a49af2116bf6950ca962807fd96e.zip
Changed version to 3.3
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 682d20ff568..c92a9c164bb 100644
--- a/cpp/include/IceUtil/Config.h
+++ b/cpp/include/IceUtil/Config.h
@@ -207,7 +207,7 @@ typedef long long Int64;
//
// The Ice version.
//
-#define ICE_STRING_VERSION "3.2.0" // "A.B.C", with A=major, B=minor, C=patch
-#define ICE_INT_VERSION 30200 // AABBCC, with AA=major, BB=minor, CC=patch
+#define ICE_STRING_VERSION "3.3.0" // "A.B.C", with A=major, B=minor, C=patch
+#define ICE_INT_VERSION 30300 // AABBCC, with AA=major, BB=minor, CC=patch
#endif