summaryrefslogtreecommitdiff
path: root/csharp/src/Ice
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice')
-rw-r--r--csharp/src/Ice/AssemblyInfo.cs2
-rw-r--r--csharp/src/Ice/Util.cs4
2 files changed, 3 insertions, 3 deletions
diff --git a/csharp/src/Ice/AssemblyInfo.cs b/csharp/src/Ice/AssemblyInfo.cs
index a61866a3e46..aea74a96191 100644
--- a/csharp/src/Ice/AssemblyInfo.cs
+++ b/csharp/src/Ice/AssemblyInfo.cs
@@ -16,6 +16,6 @@ using System.Runtime.InteropServices;
[assembly: AssemblyProduct("Ice")]
[assembly: AssemblyCopyright("© ZeroC, Inc.")]
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion("3.7.5.0")]
+[assembly: AssemblyVersion("3.8.0.0")]
[assembly: ComVisible(false)]
diff --git a/csharp/src/Ice/Util.cs b/csharp/src/Ice/Util.cs
index 2bc5ac0db7e..c0ff1afc65b 100644
--- a/csharp/src/Ice/Util.cs
+++ b/csharp/src/Ice/Util.cs
@@ -515,7 +515,7 @@ namespace Ice
/// <returns>The Ice version.</returns>
public static string stringVersion()
{
- return "3.7.5"; // "A.B.C", with A=major, B=minor, C=patch
+ return "3.8.0-alpha.0"; // "A.B.C", with A=major, B=minor, C=patch
}
/// <summary>
@@ -526,7 +526,7 @@ namespace Ice
/// <returns>The Ice version.</returns>
public static int intVersion()
{
- return 30705; // AABBCC, with AA=major, BB=minor, CC=patch
+ return 30800; // AABBCC, with AA=major, BB=minor, CC=patch
}
/// <summary>