Skip to content

Commit 884f5b3

Browse files
committed
7.2.1
1 parent 5f34b5c commit 884f5b3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

doxygen/qutest.dox

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ For reliable operation it is recommended to apply the short options *without* a
194194
[6] python3 %QTOOLS%\qutest\qutest.py -eDEBUG -- test_mpu.py
195195
@endverbatim
196196

197-
`[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPU host utility.
197+
`[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPY host utility.
198198

199-
`[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPU host utility.
199+
`[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPY host utility.
200200

201201
`[3]` runs all test scripts (`*.py`) in the current directory and uses the host executable `build/test_dpp.exe` (test fixture).
202202

@@ -221,9 +221,9 @@ For reliable operation it is recommended to apply the short options *without* a
221221
[6] python3 $(QTOOLS)/qutest/qutest.py -eDEBUG -- test_mpu.py
222222
@endverbatim
223223

224-
`[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPU host utility.
224+
`[1]` runs all test scripts (`*.py`) in the current directory on a remote target connected to QSPY host utility.
225225

226-
`[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPU host utility.
226+
`[2]` runs the test script `test_mpu.py` in the current directory on a remote target connected to QSPY host utility.
227227

228228
`[3]` runs all test scripts (`*.py`) in the current directory and uses the host executable `build/test_dpp` (test fixture).
229229

qspy/source/qspy_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
============================================================================*/
2525
/*!
26-
* @date Last updated on: 2022-12-13
26+
* @date Last updated on: 2023-01-11
2727
* @version Last updated for version: 7.2.0
2828
*
2929
* @file
@@ -84,7 +84,7 @@ extern char const * const l_lightPalette[];
8484
static char const * const *l_colorPalette = l_darkPalette;
8585

8686
static char const l_introStr[] = \
87-
"QSPY %s Copyright (c) 2005-2022 Quantum Leaps\n" \
87+
"QSPY %s Copyright (c) 2005-2023 Quantum Leaps\n" \
8888
"Documentation: https://www.state-machine.com/qtools/qspy.html\n" \
8989
"Current timestamp: %s\n";
9090

qutest/qutest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ def main():
15171517
QUTest.VERSION//100,
15181518
(QUTest.VERSION//10) % 10,
15191519
QUTest.VERSION % 10, python_version()))
1520-
print("Copyright (c) 2005-2022 Quantum Leaps, www.state-machine.com")
1520+
print("Copyright (c) 2005-2023 Quantum Leaps, www.state-machine.com")
15211521

15221522
# process command-line argumens...
15231523
if args.exe != '':

0 commit comments

Comments
 (0)