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/test/TestCommon/Properties/AssemblyInfo.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/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 b08315ad94d..c7a7373f856 100644 --- a/csharp/test/TestCommon/Properties/AssemblyInfo.cs +++ b/csharp/test/TestCommon/Properties/AssemblyInfo.cs @@ -39,7 +39,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.60")] -[assembly: AssemblyFileVersion("3.7.60")] +[assembly: AssemblyVersion("3.7.0")] +[assembly: AssemblyFileVersion("3.7.0")] [assembly: System.CLSCompliant(true)] |