From 01af01acd22af132f6c1c5cfaf8e6ffa51cb13da Mon Sep 17 00:00:00 2001 From: Akash Lal Date: Wed, 26 Sep 2018 18:18:13 +0530 Subject: [PATCH] Updating to 1.4.0 --- Common/version.props | 2 +- Scripts/NuGet/PSharp.nuspec | 4 ++-- Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Common/version.props b/Common/version.props index f39e5d621..230ac5be7 100644 --- a/Common/version.props +++ b/Common/version.props @@ -1,7 +1,7 @@ - 1.3.9 + 1.4.0 diff --git a/Scripts/NuGet/PSharp.nuspec b/Scripts/NuGet/PSharp.nuspec index aad35339a..af81a50d6 100644 --- a/Scripts/NuGet/PSharp.nuspec +++ b/Scripts/NuGet/PSharp.nuspec @@ -2,13 +2,13 @@ Microsoft.PSharp - 1.3.9 + 1.4.0 Microsoft https://github.com/p-org/PSharp/blob/master/LICENSE.txt https://github.com/p-org/PSharp false The P# language, runtime and testing infrastructure. - This release contains the 1.3.9 version of the P# language, runtime and testing infrastructure. + This release contains the 1.4.0 version of the P# language, runtime and testing infrastructure. © Microsoft Corporation. All rights reserved. asynchrony testing .NET programming actors state-machines diff --git a/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs b/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs index 48e72b5de..0c0e2507b 100644 --- a/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs +++ b/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs @@ -52,5 +52,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.7.9")] -[assembly: AssemblyFileVersion("1.3.9.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")]