diff --git a/Common/version.props b/Common/version.props index bf84ea73f..7b27dad5b 100644 --- a/Common/version.props +++ b/Common/version.props @@ -1,7 +1,7 @@ - 1.4.4 + 1.4.5 diff --git a/Scripts/NuGet/PSharp.nuspec b/Scripts/NuGet/PSharp.nuspec index efa984f92..f56e7dfad 100644 --- a/Scripts/NuGet/PSharp.nuspec +++ b/Scripts/NuGet/PSharp.nuspec @@ -2,13 +2,13 @@ Microsoft.PSharp - 1.4.4 + 1.4.5 Microsoft https://github.com/p-org/PSharp/blob/master/LICENSE.txt https://github.com/p-org/PSharp true The P# language, runtime and testing infrastructure. - This release contains the 1.4.4 version of the P# language, runtime and testing infrastructure. + This release contains the 1.4.5 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 96c706f2e..17d55d44b 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.4.4.0")] -[assembly: AssemblyFileVersion("1.4.4.0")] +[assembly: AssemblyVersion("1.4.5.0")] +[assembly: AssemblyFileVersion("1.4.5.0")]