summaryrefslogtreecommitdiff
path: root/java/src/Ice/Util.java
diff options
context:
space:
mode:
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 a2c19671ec6..4d9b5488691 100644
--- a/java/src/Ice/Util.java
+++ b/java/src/Ice/Util.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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.
@@ -343,13 +343,13 @@ public final class Util
public static String
stringVersion()
{
- return "3.3.0"; // "A.B.C", with A=major, B=minor, C=patch
+ return "3.3.1"; // "A.B.C", with A=major, B=minor, C=patch
}
public static int
intVersion()
{
- return 30300; // AABBCC, with AA=major, BB=minor, CC=patch
+ return 30301; // AABBCC, with AA=major, BB=minor, CC=patch
}
private static String _localAddress = null;