diff options
Diffstat (limited to 'javae/src/IceUtil/Version.java')
-rw-r--r-- | javae/src/IceUtil/Version.java | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/javae/src/IceUtil/Version.java b/javae/src/IceUtil/Version.java deleted file mode 100644 index b8fda124b62..00000000000 --- a/javae/src/IceUtil/Version.java +++ /dev/null @@ -1,19 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. -// -// This copy of Ice-E is licensed to you under the terms described in the -// ICEE_LICENSE file included in this distribution. -// -// ********************************************************************** - -package IceUtil; - -public final class Version -{ - // - // The Ice version. - // - public final static String ICEE_STRING_VERSION = "1.2.0"; // "A.B.C", with A=major, B=minor, C=patch - public final static int ICEE_INT_VERSION = 10200; // AABBCC, with AA=major, BB=minor, CC=patch -} |