summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-11-26 17:47:19 +0100
committeremkael <emkael@tlen.pl>2016-11-26 17:47:19 +0100
commit74b40d51511b877129495ff76069b2fba57dc192 (patch)
treea188f41c17488b6589419766ad87db5de1bcbe93
parent5738d7e27fa1da52cbe50a2e26a0bd3a7749335e (diff)
* version number bump
-rw-r--r--Aktywator/MainForm.cs4
-rw-r--r--Aktywator/Properties/AssemblyInfo.cs6
2 files changed, 5 insertions, 5 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs
index 8979d6b..b63b291 100644
--- a/Aktywator/MainForm.cs
+++ b/Aktywator/MainForm.cs
@@ -11,8 +11,8 @@ namespace Aktywator
{
public partial class MainForm : Form
{
- public string version = "1.0.4";
- public string date = "12.04.2013";
+ public string version = "1.0.6";
+ public string date = "26.11.2016";
private Bws bws;
private Tournament tournament;
diff --git a/Aktywator/Properties/AssemblyInfo.cs b/Aktywator/Properties/AssemblyInfo.cs
index 6805b75..df9c1fc 100644
--- a/Aktywator/Properties/AssemblyInfo.cs
+++ b/Aktywator/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Michał Zimniewicz")]
[assembly: AssemblyProduct("Aktywator")]
-[assembly: AssemblyCopyright("Copyright © 2011 Michał Zimniewicz")]
+[assembly: AssemblyCopyright("Copyright © 2011-2016 Michał Zimniewicz")]
[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.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.0.6.0")]
+[assembly: AssemblyFileVersion("1.0.6.0")]