summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/Util.cs
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-07-22 10:15:26 +0200
committerJose <jose@zeroc.com>2019-07-22 10:15:26 +0200
commit026ffd63e404100926323bc4d77274637655d090 (patch)
tree7a9960c28b35cc5284450db409ada01b5f4587a4 /csharp/src/Ice/Util.cs
parentMerge remote-tracking branch 'origin/3.7' into swift (diff)
downloadice-026ffd63e404100926323bc4d77274637655d090.tar.bz2
ice-026ffd63e404100926323bc4d77274637655d090.tar.xz
ice-026ffd63e404100926323bc4d77274637655d090.zip
Update Ice version to 3.7.3
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 155c5c7e06d..16bad3c5ca0 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.2"; // "A.B.C", with A=major, B=minor, C=patch
+ return "3.7.3"; // "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 30702; // AABBCC, with AA=major, BB=minor, CC=patch
+ return 30703; // AABBCC, with AA=major, BB=minor, CC=patch
}
/// <summary>