This commit is contained in:
Willy-JL
2023-06-03 00:32:40 +01:00
parent a526eee458
commit 65e56ea0b8
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ DEBUG = 0
# Suffix to add to files when building distribution
# If OS environment has DIST_SUFFIX set, it will be used instead
DIST_SUFFIX = "XFW-0047_29052023"
DIST_SUFFIX = "XFW-0048_03062023"
# Coprocessor firmware
COPRO_OB_DATA = "scripts/ob.data"

View File

@@ -1,5 +1,5 @@
#!/usb/bin/env python3
VERSION = "XFW-0047"
VERSION = "XFW-0048"
import json
import os