From 034d63ec039bb6942f553390c6e89d204a56b4ef Mon Sep 17 00:00:00 2001 From: Martin Pittermann Date: Tue, 2 Apr 2019 08:41:55 +0200 Subject: [PATCH] bump version to 1.5.6 and update copyright string --- 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 e1db1f1..6942017 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 2018")] +[assembly: AssemblyCopyright("Copyright ©martin2250 2019")] [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.5.0")] -[assembly: AssemblyFileVersion("1.5.5.0")] +[assembly: AssemblyVersion("1.5.6.0")] +[assembly: AssemblyFileVersion("1.5.6.0")]