diff options
author | Mark Spruiell <mes@zeroc.com> | 2010-05-14 10:36:18 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2010-05-14 10:36:18 -0700 |
commit | 6414dcca8d0fa6a52732e1e6253b78545bce524e (patch) | |
tree | d213d451dcf705be22cf421dfdb10fdff4f8c17c /java/src/Ice/Util.java | |
parent | changes for DB 4.8.30 (diff) | |
download | ice-6414dcca8d0fa6a52732e1e6253b78545bce524e.tar.bz2 ice-6414dcca8d0fa6a52732e1e6253b78545bce524e.tar.xz ice-6414dcca8d0fa6a52732e1e6253b78545bce524e.zip |
changing Ice version to 3.4.1
Diffstat (limited to 'java/src/Ice/Util.java')
-rw-r--r-- | java/src/Ice/Util.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/Ice/Util.java b/java/src/Ice/Util.java index 1b4679f1fa1..3f23d8a10b9 100644 --- a/java/src/Ice/Util.java +++ b/java/src/Ice/Util.java @@ -509,7 +509,7 @@ public final class Util public static String stringVersion() { - return "3.4.0"; // "A.B.C", with A=major, B=minor, C=patch + return "3.4.1"; // "A.B.C", with A=major, B=minor, C=patch } /** @@ -522,7 +522,7 @@ public final class Util public static int intVersion() { - return 30400; // AABBCC, with AA=major, BB=minor, CC=patch + return 30401; // AABBCC, with AA=major, BB=minor, CC=patch } private static String _localAddress = null; |