From 2c0886bc2f5415e63fdb9f976e31b6cc8f548472 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Fri, 27 Jan 2023 17:03:39 +0100 Subject: [PATCH] version and copyright info --- EXRAIL2.cpp | 2 +- EXRAIL2.h | 1 + EXRAIL2MacroReset.h | 4 ++-- EXRAILMacros.h | 1 + GITHUB_SHA.h | 2 +- version.h | 3 ++- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/EXRAIL2.cpp b/EXRAIL2.cpp index 122bf4a..94d7481 100644 --- a/EXRAIL2.cpp +++ b/EXRAIL2.cpp @@ -1,6 +1,6 @@ /* * © 2021 Neil McKechnie - * © 2021-2022 Harald Barth + * © 2021-2023 Harald Barth * © 2020-2022 Chris Harlow * All rights reserved. * diff --git a/EXRAIL2.h b/EXRAIL2.h index 7acb839..12bca3b 100644 --- a/EXRAIL2.h +++ b/EXRAIL2.h @@ -1,6 +1,7 @@ /* * © 2021 Neil McKechnie * © 2020-2022 Chris Harlow + * © 2023 Harald Barth * All rights reserved. * * This file is part of CommandStation-EX diff --git a/EXRAIL2MacroReset.h b/EXRAIL2MacroReset.h index e59d1c9..e5f3ba0 100644 --- a/EXRAIL2MacroReset.h +++ b/EXRAIL2MacroReset.h @@ -1,6 +1,6 @@ /* - * © 2021-2022 Chris Harlow - * © 2020,2021 Chris Harlow. All rights reserved. + * © 2020-2022 Chris Harlow. All rights reserved. + * © 2023 Harald Barth * * This file is part of CommandStation-EX * diff --git a/EXRAILMacros.h b/EXRAILMacros.h index 25bb299..fc05e6b 100644 --- a/EXRAILMacros.h +++ b/EXRAILMacros.h @@ -1,6 +1,7 @@ /* * © 2021 Neil McKechnie * © 2020-2022 Chris Harlow + * © 2023 Harald Barth * All rights reserved. * * This file is part of CommandStation-EX diff --git a/GITHUB_SHA.h b/GITHUB_SHA.h index d6c9738..5d48ec7 100644 --- a/GITHUB_SHA.h +++ b/GITHUB_SHA.h @@ -1 +1 @@ -#define GITHUB_SHA "devel-202212051450Z" +#define GITHUB_SHA "devel-202301271500Z" diff --git a/version.h b/version.h index 0e14288..f55e502 100644 --- a/version.h +++ b/version.h @@ -4,7 +4,8 @@ #include "StringFormatter.h" -#define VERSION "4.2.10pre1" +#define VERSION "4.2.11pre1" +// 4.2.11 Exrail IFLOCO feature added // 4.2.10 SIGNAL/SIGNALH bug fix as they were inverted // IO_EXIOExpander.h input speed optimisation // 4.2.9 duinoNodes support