summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cppe/Gen.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-02-10 14:06:32 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-02-10 14:06:32 +0000
commit154dc8d1543299d9f972e0801fe3f94ef18c6c8f (patch)
treeb7408640b7a5567054796f202438d4b3ec5328ab /cpp/src/slice2cppe/Gen.h
parentAdded zero copy readBlob (diff)
downloadice-154dc8d1543299d9f972e0801fe3f94ef18c6c8f.tar.bz2
ice-154dc8d1543299d9f972e0801fe3f94ef18c6c8f.tar.xz
ice-154dc8d1543299d9f972e0801fe3f94ef18c6c8f.zip
Changed Ice-E version to 1.1.0
Diffstat (limited to 'cpp/src/slice2cppe/Gen.h')
-rw-r--r--cpp/src/slice2cppe/Gen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2cppe/Gen.h b/cpp/src/slice2cppe/Gen.h
index 4e446743fe1..03bbfb77f09 100644
--- a/cpp/src/slice2cppe/Gen.h
+++ b/cpp/src/slice2cppe/Gen.h
@@ -16,8 +16,8 @@
//
// The Ice-E version.
//
-#define ICEE_STRING_VERSION "1.0.0" // "A.B.C", with A=major, B=minor, C=patch
-#define ICEE_INT_VERSION 10000 // AABBCC, with AA=major, BB=minor, CC=patch
+#define ICEE_STRING_VERSION "1.1.0" // "A.B.C", with A=major, B=minor, C=patch
+#define ICEE_INT_VERSION 10100 // AABBCC, with AA=major, BB=minor, CC=patch
namespace Slice
{