From a33ea0a50bf4c830bf15a2bf6c8b5c575f290366 Mon Sep 17 00:00:00 2001 From: Martin Pittermann Date: Sat, 21 Mar 2020 10:06:02 +0100 Subject: [PATCH] bump version number --- OpenCNCPilot/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenCNCPilot/Properties/AssemblyInfo.cs b/OpenCNCPilot/Properties/AssemblyInfo.cs index 6942017..233f7b2 100644 --- a/OpenCNCPilot/Properties/AssemblyInfo.cs +++ b/OpenCNCPilot/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("martin2250")] [assembly: AssemblyProduct("OpenCNCPilot")] -[assembly: AssemblyCopyright("Copyright ©martin2250 2019")] +[assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -49,5 +49,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.5.6.0")] -[assembly: AssemblyFileVersion("1.5.6.0")] +[assembly: AssemblyVersion("1.5.7.0")] +[assembly: AssemblyFileVersion("1.5.7.0")]