summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/Util.cs
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2021-02-15 09:51:16 -0500
committerJoe George <joe@zeroc.com>2021-02-15 09:51:16 -0500
commit38cecfcf83521167b5db553da1c05612d88923cb (patch)
tree315efc136af6ba7550ea5894cdb185858aac3b8e /csharp/src/Ice/Util.cs
parentSupport for Ruby 3.0 (Fixes #1257) (#1258) (diff)
downloadice-38cecfcf83521167b5db553da1c05612d88923cb.tar.bz2
ice-38cecfcf83521167b5db553da1c05612d88923cb.tar.xz
ice-38cecfcf83521167b5db553da1c05612d88923cb.zip
Update version to v3.8.0
Diffstat (limited to 'csharp/src/Ice/Util.cs')
-rw-r--r--csharp/src/Ice/Util.cs4
1 files changed, 2 insertions, 2 deletions
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>