summaryrefslogtreecommitdiff
path: root/java/src/IceUtil/Version.java
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-10-30 20:11:24 +0000
committerMark Spruiell <mes@zeroc.com>2002-10-30 20:11:24 +0000
commit75e3f89911b99fbd94b4e605e34f95aac2d87211 (patch)
tree6884b70a543963c2e311c75d95f6643304a642c9 /java/src/IceUtil/Version.java
parentCopyright fixes (diff)
downloadice-75e3f89911b99fbd94b4e605e34f95aac2d87211.tar.bz2
ice-75e3f89911b99fbd94b4e605e34f95aac2d87211.tar.xz
ice-75e3f89911b99fbd94b4e605e34f95aac2d87211.zip
initial check-in
Diffstat (limited to 'java/src/IceUtil/Version.java')
-rw-r--r--java/src/IceUtil/Version.java22
1 files changed, 22 insertions, 0 deletions
diff --git a/java/src/IceUtil/Version.java b/java/src/IceUtil/Version.java
new file mode 100644
index 00000000000..8e7fff21c9e
--- /dev/null
+++ b/java/src/IceUtil/Version.java
@@ -0,0 +1,22 @@
+// **********************************************************************
+//
+// Copyright (c) 2002
+// ZeroC, Inc.
+// Huntsville, AL, USA
+//
+// All Rights Reserved.
+//
+// Ice is free software; you can redistribute it and/or modify it under
+// the terms of the GNU General Public License version 2 as published by
+// the Free Software Foundation.
+//
+// **********************************************************************
+
+public final class Version
+{
+ //
+ // The Ice version
+ //
+ public final static String ICE_STRING_VERSION = "0.0.1";
+ public final static int ICE_INT_VERSION = 0x00000001;
+}