diff --git a/AnnoDesigner.Core/Properties/AssemblyInfo.cs b/AnnoDesigner.Core/Properties/AssemblyInfo.cs index b7b85d3b..51eb6234 100644 --- a/AnnoDesigner.Core/Properties/AssemblyInfo.cs +++ b/AnnoDesigner.Core/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // Version("1.0.*")] -[assembly: AssemblyVersion("9.2.0.0")] -[assembly: AssemblyFileVersion("9.2.0.0")] +[assembly: AssemblyVersion("9.3.0.0")] +[assembly: AssemblyFileVersion("9.3.0.0")] diff --git a/AnnoDesigner/Constants.cs b/AnnoDesigner/Constants.cs index 2f8562b9..dc2cf18d 100644 --- a/AnnoDesigner/Constants.cs +++ b/AnnoDesigner/Constants.cs @@ -16,7 +16,7 @@ public static class Constants /// To support old(er) versions of the app, there should be an agreement to just use major.minor for the version and just increment the minor value. /// At least for some time. /// This limits the possible versions to 255.255. - public static readonly Version Version = new Version(9, 2); + public static readonly Version Version = new Version(9, 3); /// /// The minimal grid size to which the user can zoom out. diff --git a/AnnoDesigner/Properties/AssemblyInfo.cs b/AnnoDesigner/Properties/AssemblyInfo.cs index 9afd920d..0de34066 100644 --- a/AnnoDesigner/Properties/AssemblyInfo.cs +++ b/AnnoDesigner/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("9.2.0.0")] -[assembly: AssemblyFileVersion("9.2.0.0")] +[assembly: AssemblyVersion("9.3.0.0")] +[assembly: AssemblyFileVersion("9.3.0.0")] diff --git a/PresetParser/Properties/AssemblyInfo.cs b/PresetParser/Properties/AssemblyInfo.cs index 744acbaf..ca26f6b4 100644 --- a/PresetParser/Properties/AssemblyInfo.cs +++ b/PresetParser/Properties/AssemblyInfo.cs @@ -31,7 +31,7 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("9.2.0.0")] -[assembly: AssemblyFileVersion("9.2.0.0")] +[assembly: AssemblyVersion("9.3.0.0")] +[assembly: AssemblyFileVersion("9.3.0.0")] [assembly: InternalsVisibleTo("PresetParser.Tests")]