summaryrefslogtreecommitdiff
path: root/cppe/include
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2008-06-04 03:26:03 -0700
committerMark Spruiell <mes@zeroc.com>2008-06-04 03:26:03 -0700
commit891bcc054666e677e33f3d29a933ae83c46653b8 (patch)
tree08d7c8a66d8f9283a1a3e7f059275b0d75143320 /cppe/include
parentVarious Ice-E fixes: (diff)
downloadice-891bcc054666e677e33f3d29a933ae83c46653b8.tar.bz2
ice-891bcc054666e677e33f3d29a933ae83c46653b8.tar.xz
ice-891bcc054666e677e33f3d29a933ae83c46653b8.zip
Ice-E fixes:
- Updated fixVersion.py - Changed version to 1.3.0 - Removed IceUtil.Version - Added Ice.Util.stringVersion and Ice.Util.intVersion
Diffstat (limited to 'cppe/include')
-rw-r--r--cppe/include/IceE/Config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/include/IceE/Config.h b/cppe/include/IceE/Config.h
index 6367a27a3a4..18c3450c9d6 100644
--- a/cppe/include/IceE/Config.h
+++ b/cppe/include/IceE/Config.h
@@ -292,8 +292,8 @@ typedef long long Int64;
//
// The Ice-E version.
//
-#define ICEE_STRING_VERSION "1.2.0" // "A.B.C", with A=major, B=minor, C=patch
-#define ICEE_INT_VERSION 10200 // AABBCC, with AA=major, BB=minor, CC=patch
+#define ICEE_STRING_VERSION "1.3.0" // "A.B.C", with A=major, B=minor, C=patch
+#define ICEE_INT_VERSION 10300 // AABBCC, with AA=major, BB=minor, CC=patch
//
// Some include files we need almost everywhere