diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-05-03 18:28:04 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-05-03 18:28:04 +0200 |
commit | 9cd4736682f76b22eb3e7e947a73171df2c86c32 (patch) | |
tree | e013fab8900b9ba58a8b85de106c97d5c5330ee2 /csharp/src/Ice/Util.cs | |
parent | Merge remote-tracking branch 'origin/3.7' (diff) | |
download | ice-9cd4736682f76b22eb3e7e947a73171df2c86c32.tar.bz2 ice-9cd4736682f76b22eb3e7e947a73171df2c86c32.tar.xz ice-9cd4736682f76b22eb3e7e947a73171df2c86c32.zip |
Updated version to 3.7.0
Diffstat (limited to 'csharp/src/Ice/Util.cs')
-rw-r--r-- | csharp/src/Ice/Util.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/src/Ice/Util.cs b/csharp/src/Ice/Util.cs index 71477616998..9a34f9eea1f 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.7b0"; // "A.B.C", with A=major, B=minor, C=patch + return "3.7.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 30760; // AABBCC, with AA=major, BB=minor, CC=patch + return 30700; // AABBCC, with AA=major, BB=minor, CC=patch } /// <summary> |