From d881e1c8c1c0997ed56a386ab815fb8a8147e0f8 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 27 Jul 2017 14:29:52 +0200 Subject: Changelog and version bump --- Aktywator.txt | 5 +++++ Aktywator/MainForm.cs | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Aktywator.txt b/Aktywator.txt index b88ba1a..ca14637 100644 --- a/Aktywator.txt +++ b/Aktywator.txt @@ -1,6 +1,11 @@ Known issues: - nie działa oddzielne maksowanie każdego sektora +--------------------- +Aktywator 1.0.8 +27.07.2017 [mkl] + * kontrola sugerowanych minimalnych wersji oprogramowania BCS wymaganych do działania poszczególnych opcji + --------------------- Aktywator 1.0.7 13.03.2017 [mkl] diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs index 5e90be1..b1efe50 100644 --- a/Aktywator/MainForm.cs +++ b/Aktywator/MainForm.cs @@ -12,8 +12,8 @@ namespace Aktywator { public partial class MainForm : Form { - public string version = "1.0.7"; - public string date = "28.06.2017"; + public string version = "1.0.8"; + public string date = "27.07.2017"; private Bws bws; private List bwsSettings; -- cgit v1.2.3