summaryrefslogtreecommitdiff
path: root/java/src/IceUtil/Version.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceUtil/Version.java')
-rw-r--r--java/src/IceUtil/Version.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/IceUtil/Version.java b/java/src/IceUtil/Version.java
index 6b016968331..e66f3086d22 100644
--- a/java/src/IceUtil/Version.java
+++ b/java/src/IceUtil/Version.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.
@@ -18,6 +18,6 @@ public final class Version
//
// The Ice version.
//
- public final static String ICE_STRING_VERSION = "3.4.1"; // "A.B.C", with A=major, B=minor, C=patch
- public final static int ICE_INT_VERSION = 30401; // AABBCC, with AA=major, BB=minor, CC=patch
+ public final static String ICE_STRING_VERSION = "3.4.2"; // "A.B.C", with A=major, B=minor, C=patch
+ public final static int ICE_INT_VERSION = 30402; // AABBCC, with AA=major, BB=minor, CC=patch
}