diff options
author | Jose <jose@zeroc.com> | 2019-07-22 10:15:26 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-07-22 10:15:26 +0200 |
commit | 026ffd63e404100926323bc4d77274637655d090 (patch) | |
tree | 7a9960c28b35cc5284450db409ada01b5f4587a4 /csharp/test/TestCommon/Properties/AssemblyInfo.cs | |
parent | Merge remote-tracking branch 'origin/3.7' into swift (diff) | |
download | ice-026ffd63e404100926323bc4d77274637655d090.tar.bz2 ice-026ffd63e404100926323bc4d77274637655d090.tar.xz ice-026ffd63e404100926323bc4d77274637655d090.zip |
Update Ice version to 3.7.3
Diffstat (limited to 'csharp/test/TestCommon/Properties/AssemblyInfo.cs')
-rw-r--r-- | csharp/test/TestCommon/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/test/TestCommon/Properties/AssemblyInfo.cs b/csharp/test/TestCommon/Properties/AssemblyInfo.cs index c82a09b8a6d..37c169291ee 100644 --- a/csharp/test/TestCommon/Properties/AssemblyInfo.cs +++ b/csharp/test/TestCommon/Properties/AssemblyInfo.cs @@ -34,7 +34,7 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.7.2")] -[assembly: AssemblyFileVersion("3.7.2")] +[assembly: AssemblyVersion("3.7.3")] +[assembly: AssemblyFileVersion("3.7.3")] [assembly: System.CLSCompliant(true)] |