diff options
Diffstat (limited to 'cs/src/Ice/Util.cs')
-rw-r--r-- | cs/src/Ice/Util.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cs/src/Ice/Util.cs b/cs/src/Ice/Util.cs index f10aa205afb..97c7b038de7 100644 --- a/cs/src/Ice/Util.cs +++ b/cs/src/Ice/Util.cs @@ -438,7 +438,7 @@ namespace Ice /// <returns>The Ice version.</returns> public static string stringVersion() { - return "3.3.1"; // "A.B.C", with A=major, B=minor, C=patch + return "3.4b"; // "A.B.C", with A=major, B=minor, C=patch } /// <summary> @@ -449,7 +449,7 @@ namespace Ice /// <returns>The Ice version.</returns> public static int intVersion() { - return 30301; // AABBCC, with AA=major, BB=minor, CC=patch + return 30451; // AABBCC, with AA=major, BB=minor, CC=patch } private static object _processLoggerMutex = new object(); |