Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 31af995

Browse files
author
VerstreuteSeele
committed
New Years Commit
1 parent bdec7c6 commit 31af995

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fbt_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Suffix to add to files when building distribution
1616
# If OS environment has DIST_SUFFIX set, it will be used instead
17-
DIST_SUFFIX = "XFW-0035_12282022"
17+
DIST_SUFFIX = "XFW-0036_12312022"
1818

1919
# Coprocessor firmware
2020
COPRO_OB_DATA = "scripts/ob.data"

scripts/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self, source_dir):
1414
self.gitlist = [("commit", "rev-parse --short HEAD"), ("branch", "rev-parse --abbrev-ref") , ("branch_num", "rev-list -count HEAD")]
1515

1616
def get_version_info(self):
17-
commit = branch = branch_num = "XFW-0035_12282022"
17+
commit = branch = branch_num = "XFW-0036_12282022"
1818

1919
# We dont use an `or` in commands that we expect to fail. It will serve no function.
2020
# We also dont try;exept an entire block of code. This is bad practise. We only try the single part that we expect to fail!

0 commit comments

Comments
 (0)