summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Config.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-07-24 22:32:19 +0000
committerMarc Laukien <marc@zeroc.com>2001-07-24 22:32:19 +0000
commit2d98bbf1ae013fca26c0394d599af6acbb2be6d4 (patch)
treec18dea07b76fd0592d9c5ba2a821782d6d07694e /cpp/include/Ice/Config.h
parentmore docu stuff (diff)
downloadice-2d98bbf1ae013fca26c0394d599af6acbb2be6d4.tar.bz2
ice-2d98bbf1ae013fca26c0394d599af6acbb2be6d4.tar.xz
ice-2d98bbf1ae013fca26c0394d599af6acbb2be6d4.zip
version
Diffstat (limited to 'cpp/include/Ice/Config.h')
-rw-r--r--cpp/include/Ice/Config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/include/Ice/Config.h b/cpp/include/Ice/Config.h
index 662fe122422..6a192e446b3 100644
--- a/cpp/include/Ice/Config.h
+++ b/cpp/include/Ice/Config.h
@@ -124,4 +124,10 @@ private:
}
+//
+// The Ice version
+//
+#define ICE_STRING_VERSION "0.0.1"
+#define ICE_INT_VERSION 0x00000001
+
#endif