diff options
author | Marc Laukien <marc@zeroc.com> | 2003-02-22 15:00:30 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-02-22 15:00:30 +0000 |
commit | ccc3e8f82ee31abda457f0687fd15065eedfd158 (patch) | |
tree | 0900aa56c73d296c7586fe595aa4d4ee85df6bd1 /java | |
parent | minor (diff) | |
download | ice-ccc3e8f82ee31abda457f0687fd15065eedfd158.tar.bz2 ice-ccc3e8f82ee31abda457f0687fd15065eedfd158.tar.xz ice-ccc3e8f82ee31abda457f0687fd15065eedfd158.zip |
version -> 1.0.1
Diffstat (limited to 'java')
-rw-r--r-- | java/INSTALL | 4 | ||||
-rw-r--r-- | java/README | 2 | ||||
-rw-r--r-- | java/src/IceUtil/Version.java | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/java/INSTALL b/java/INSTALL index 1c3f8de6a92..b5509b70299 100644 --- a/java/INSTALL +++ b/java/INSTALL @@ -46,8 +46,8 @@ server, or you can build Ice for C++ yourself. The pre-compiled archives are available for Linux and Windows 2000/XP: -Linux: ftp://ftp.zeroc.com/pub/Ice/1.0/Ice-1.0.0-bin-linux.tar.gz -Windows 2000/XP: ftp://ftp.zeroc.com/pub/Ice/1.0/Ice-1.0.0-bin-win32.zip +Linux: ftp://ftp.zeroc.com/pub/Ice/1.0/Ice-1.0.1-bin-linux.tar.gz +Windows 2000/XP: ftp://ftp.zeroc.com/pub/Ice/1.0/Ice-1.0.1-bin-win32.zip After downloading an archive, extract it into a directory of your choosing, and add the 'bin' subdirectory to your PATH. diff --git a/java/README b/java/README index 56393e27d69..76a25f08f48 100644 --- a/java/README +++ b/java/README @@ -1 +1 @@ -Please see the file INSTALL for installation instructions.
+Please see the file INSTALL for installation instructions. diff --git a/java/src/IceUtil/Version.java b/java/src/IceUtil/Version.java index 852ff320755..41779730b30 100644 --- a/java/src/IceUtil/Version.java +++ b/java/src/IceUtil/Version.java @@ -19,6 +19,6 @@ public final class Version // // The Ice version. // - public final static String ICE_STRING_VERSION = "1.0.0"; // "A.B.C", with A=major, B=minor, C=patch - public final static int ICE_INT_VERSION = 10000; // AABBCC, with AA=major, BB=minor, CC=patch + public final static String ICE_STRING_VERSION = "1.0.1"; // "A.B.C", with A=major, B=minor, C=patch + public final static int ICE_INT_VERSION = 10001; // AABBCC, with AA=major, BB=minor, CC=patch } |