From 65f9f15f51b1d209e24fb9a719f24e5c5583cfad Mon Sep 17 00:00:00 2001 From: Luca Borsari Date: Sat, 20 Nov 2021 13:08:08 +0100 Subject: [PATCH] new version number --- changelog.txt | 10 ++++++++-- open-led-race/open-led-race.ino | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 8602c13..2b2efd7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,13 +1,19 @@ Revisions history ----------------- - * 2021-07-20: Ver 0.9.6 - Luca - Branch: "lab" + * 2021-11-20: Ver 0.9.7 - Luca - Branch: "lab" ............................................... + - Changed Version Number to 0.9.7 + - ready to merge with master branch + - ver 0.9.7 managed by companion desktopApp + + * 2021-07-20: Ver 0.9.6 - Luca - Branch: "lab" - Manage config parameters (load/save/protocol) for: - NEW: Autostart ("G") - NEW: Battery ("E") - NEW: Players number ("P") - - UPD: "Q" ("Get configuration" output changed) + - UPD: "Q" ("Get configuration" output changed) + -- Not compatible with previous versions - UPD: "~" ---> "*" (Commmand ID for "Leave configuration mode" changed) * 2021-07-13: Ver 0.9.6 - Gerardo - Branch: "lab" diff --git a/open-led-race/open-led-race.ino b/open-led-race/open-led-race.ino index 55b573b..8673cdd 100644 --- a/open-led-race/open-led-race.ino +++ b/open-led-race/open-led-race.ino @@ -35,7 +35,7 @@ // --see changelog.txt char const softwareId[] = "A4P0"; // A4P -> A = Open LED Race, 4P0 = Game ID (4P = 4 Players, 0=Type 0) -char const version[] = "0.9.6"; +char const version[] = "0.9.7"; #include