summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-07-03 01:24:33 +0200
committeremkael <emkael@tlen.pl>2019-07-03 01:24:33 +0200
commitda507c3e6d93395dc6dd35736c69a278f50ab253 (patch)
tree24435c18768c49f6cdf67c3c99bab5274e687249
parent847ff25a4247a7d12119f33083ae8ab899aec160 (diff)
Version number and copyright year bumpv1.2
-rw-r--r--Properties/AssemblyInfo.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 769ebe8..222577a 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("emkael.info")]
[assembly: AssemblyProduct("BCDD")]
-[assembly: AssemblyCopyright("Copyright © mkl 2016-2018")]
+[assembly: AssemblyCopyright("Copyright © mkl 2016-2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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.1.0.0")]
-[assembly: AssemblyFileVersion("1.1.0.0")]
+[assembly: AssemblyVersion("1.2.0.0")]
+[assembly: AssemblyFileVersion("1.2.0.0")]