summaryrefslogtreecommitdiff
path: root/java/src/Ice/Util.java
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2011-05-11 07:56:47 -0700
committerMark Spruiell <mes@zeroc.com>2011-05-11 07:56:47 -0700
commitc11e7e96c261f95143e5618f7358371d649581a0 (patch)
tree13d55e62b05e444cb79823e446428614e7fedbb2 /java/src/Ice/Util.java
parentvs-addin - update .NET references if version changed. (diff)
downloadice-c11e7e96c261f95143e5618f7358371d649581a0.tar.bz2
ice-c11e7e96c261f95143e5618f7358371d649581a0.tar.xz
ice-c11e7e96c261f95143e5618f7358371d649581a0.zip
updating version & copyright for 3.4.2
Diffstat (limited to 'java/src/Ice/Util.java')
-rw-r--r--java/src/Ice/Util.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/Ice/Util.java b/java/src/Ice/Util.java
index 3f23d8a10b9..2773c59e546 100644
--- a/java/src/Ice/Util.java
+++ b/java/src/Ice/Util.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
@@ -509,7 +509,7 @@ public final class Util
public static String
stringVersion()
{
- return "3.4.1"; // "A.B.C", with A=major, B=minor, C=patch
+ return "3.4.2"; // "A.B.C", with A=major, B=minor, C=patch
}
/**
@@ -522,7 +522,7 @@ public final class Util
public static int
intVersion()
{
- return 30401; // AABBCC, with AA=major, BB=minor, CC=patch
+ return 30402; // AABBCC, with AA=major, BB=minor, CC=patch
}
private static String _localAddress = null;