diff options
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 2833832e580..52244585db4 100644 --- a/csharp/src/Ice/Util.cs +++ b/csharp/src/Ice/Util.cs @@ -520,7 +520,7 @@ namespace Ice /// <returns>The Ice version.</returns> public static string stringVersion() { - return "3.7.1"; // "A.B.C", with A=major, B=minor, C=patch + return "3.7.2"; // "A.B.C", with A=major, B=minor, C=patch } /// <summary> @@ -531,7 +531,7 @@ namespace Ice /// <returns>The Ice version.</returns> public static int intVersion() { - return 30701; // AABBCC, with AA=major, BB=minor, CC=patch + return 30702; // AABBCC, with AA=major, BB=minor, CC=patch } /// <summary> |