diff --git a/Console/Properties/AssemblyInfo.cs b/Console/Properties/AssemblyInfo.cs index 6108e1bf7..4d1d3cb81 100644 --- a/Console/Properties/AssemblyInfo.cs +++ b/Console/Properties/AssemblyInfo.cs @@ -35,6 +35,6 @@ // 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.2.4.1")] -[assembly: AssemblyFileVersion("1.2.4.1")] -[assembly: AssemblyInformationalVersionAttribute("1.2.5-SNAPSHOT")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyInformationalVersionAttribute("1.3.0-beta1")] diff --git a/LibDmd/Properties/AssemblyInfo.cs b/LibDmd/Properties/AssemblyInfo.cs index 48fee6651..41635789f 100644 --- a/LibDmd/Properties/AssemblyInfo.cs +++ b/LibDmd/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // 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.2.4.1")] -[assembly: AssemblyFileVersion("1.2.4.1")] -[assembly: AssemblyInformationalVersionAttribute("1.2.5-SNAPSHOT")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyInformationalVersionAttribute("1.3.0-beta1")]