From 3622e6fb0f888413f666428e6530177a566751b9 Mon Sep 17 00:00:00 2001 From: Norbyte Date: Sat, 9 Jul 2022 09:17:48 +0200 Subject: [PATCH] Version bump --- ConverterApp/Properties/AssemblyInfo.cs | 4 ++-- Divine/Properties/AssemblyInfo.cs | 4 ++-- LSLib/LS/Common.cs | 2 +- LSLib/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ConverterApp/Properties/AssemblyInfo.cs b/ConverterApp/Properties/AssemblyInfo.cs index 959e3041..290cb3bb 100644 --- a/ConverterApp/Properties/AssemblyInfo.cs +++ b/ConverterApp/Properties/AssemblyInfo.cs @@ -31,5 +31,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.15.10.0")] -[assembly: AssemblyFileVersion("1.15.10.0")] +[assembly: AssemblyVersion("1.15.11.0")] +[assembly: AssemblyFileVersion("1.15.11.0")] diff --git a/Divine/Properties/AssemblyInfo.cs b/Divine/Properties/AssemblyInfo.cs index fbb05118..c1a264f3 100644 --- a/Divine/Properties/AssemblyInfo.cs +++ b/Divine/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: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.15.10.0")] -[assembly: AssemblyFileVersion("1.15.10.0")] +[assembly: AssemblyVersion("1.15.11.0")] +[assembly: AssemblyFileVersion("1.15.11.0")] diff --git a/LSLib/LS/Common.cs b/LSLib/LS/Common.cs index 5a221e67..baace680 100644 --- a/LSLib/LS/Common.cs +++ b/LSLib/LS/Common.cs @@ -9,7 +9,7 @@ public static class Common public const int MinorVersion = 15; - public const int PatchVersion = 10; + public const int PatchVersion = 11; /// /// Returns the version number of the LSLib library diff --git a/LSLib/Properties/AssemblyInfo.cs b/LSLib/Properties/AssemblyInfo.cs index 7ee30f8c..96edad91 100644 --- a/LSLib/Properties/AssemblyInfo.cs +++ b/LSLib/Properties/AssemblyInfo.cs @@ -31,5 +31,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.15.10.0")] -[assembly: AssemblyFileVersion("1.15.10.0")] +[assembly: AssemblyVersion("1.15.11.0")] +[assembly: AssemblyFileVersion("1.15.11.0")]