summaryrefslogtreecommitdiff
path: root/cs/src/Ice/Util.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/src/Ice/Util.cs')
-rw-r--r--cs/src/Ice/Util.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/cs/src/Ice/Util.cs b/cs/src/Ice/Util.cs
index d265d93e73a..4e8e7588366 100644
--- a/cs/src/Ice/Util.cs
+++ b/cs/src/Ice/Util.cs
@@ -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.
@@ -472,7 +472,7 @@ namespace Ice
/// <returns>The Ice version.</returns>
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
}
/// <summary>
@@ -483,7 +483,7 @@ namespace Ice
/// <returns>The Ice version.</returns>
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 object _processLoggerMutex = new object();