Skip to content

Commit

Permalink
Fix FW info
Browse files Browse the repository at this point in the history
  • Loading branch information
VerstreuteSeele committed Dec 28, 2022
1 parent 88a4cb7 commit 34b3601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fbt_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Suffix to add to files when building distribution
# If OS environment has DIST_SUFFIX set, it will be used instead
DIST_SUFFIX = "XFW-0034_12262022"
DIST_SUFFIX = "XFW-0035_12282022"

# Coprocessor firmware
COPRO_OB_DATA = "scripts/ob.data"
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self, source_dir):
self.gitlist = [("commit", "rev-parse --short HEAD"), ("branch", "rev-parse --abbrev-ref") , ("branch_num", "rev-list -count HEAD")]

def get_version_info(self):
commit = branch = branch_num = "XFW-0034_12262022"
commit = branch = branch_num = "XFW-0035_12282022"

# We dont use an `or` in commands that we expect to fail. It will serve no function.
# 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!
Expand Down

0 comments on commit 34b3601

Please sign in to comment.