From 884f5b386afcc804cad35940611e6f62d0ab248f Mon Sep 17 00:00:00 2001 From: MMS Date: Wed, 11 Jan 2023 19:05:36 -0500 Subject: [PATCH] 7.2.1 --- doxygen/qutest.dox | 8 ++++---- qspy/source/qspy_main.c | 4 ++-- qutest/qutest.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doxygen/qutest.dox b/doxygen/qutest.dox index a47772b..0ad3e4a 100644 --- a/doxygen/qutest.dox +++ b/doxygen/qutest.dox @@ -194,9 +194,9 @@ For reliable operation it is recommended to apply the short options *without* a [6] python3 %QTOOLS%\qutest\qutest.py -eDEBUG -- test_mpu.py @endverbatim -`[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPU host utility. +`[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPY host utility. -`[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPU host utility. +`[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPY host utility. `[3]` runs all test scripts (`*.py`) in the current directory and uses the host executable `build/test_dpp.exe` (test fixture). @@ -221,9 +221,9 @@ For reliable operation it is recommended to apply the short options *without* a [6] python3 $(QTOOLS)/qutest/qutest.py -eDEBUG -- test_mpu.py @endverbatim -`[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPU host utility. +`[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPY host utility. -`[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPU host utility. +`[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPY host utility. `[3]` runs all test scripts (`*.py`) in the current directory and uses the host executable `build/test_dpp` (test fixture). diff --git a/qspy/source/qspy_main.c b/qspy/source/qspy_main.c index 9c13d35..b500404 100644 --- a/qspy/source/qspy_main.c +++ b/qspy/source/qspy_main.c @@ -23,7 +23,7 @@ * ============================================================================*/ /*! -* @date Last updated on: 2022-12-13 +* @date Last updated on: 2023-01-11 * @version Last updated for version: 7.2.0 * * @file @@ -84,7 +84,7 @@ extern char const * const l_lightPalette[]; static char const * const *l_colorPalette = l_darkPalette; static char const l_introStr[] = \ - "QSPY %s Copyright (c) 2005-2022 Quantum Leaps\n" \ + "QSPY %s Copyright (c) 2005-2023 Quantum Leaps\n" \ "Documentation: https://www.state-machine.com/qtools/qspy.html\n" \ "Current timestamp: %s\n"; diff --git a/qutest/qutest.py b/qutest/qutest.py index 916296a..cd61416 100644 --- a/qutest/qutest.py +++ b/qutest/qutest.py @@ -1517,7 +1517,7 @@ def main(): QUTest.VERSION//100, (QUTest.VERSION//10) % 10, QUTest.VERSION % 10, python_version())) - print("Copyright (c) 2005-2022 Quantum Leaps, www.state-machine.com") + print("Copyright (c) 2005-2023 Quantum Leaps, www.state-machine.com") # process command-line argumens... if args.exe != '':