Skip to content

Commit dfcd5ab

Browse files
author
Nathan Seidle
committed
Add version number
1 parent def8f9c commit dfcd5ab

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

tools/artemis/artemis_svl.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
import os.path
4343
from sys import exit
4444

45+
SCRIPT_VERSION_MAJOR = "1"
46+
SCRIPT_VERSION_MINOR = "7"
47+
4548
# ***********************************************************************************
4649
#
4750
# Commands
@@ -322,6 +325,10 @@ def main():
322325
num_tries = 3
323326

324327
print('\n\nArtemis SVL Bootloader')
328+
329+
verboseprint("Script version " + SCRIPT_VERSION_MAJOR +
330+
"." + SCRIPT_VERSION_MINOR)
331+
325332
if not os.path.exists(args.binfile):
326333
print("Bin file {} does not exist.".format(args.binfile))
327334
exit()

tools/artemis/windows/artemis_svl.exe

-241 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)