Skip to content

Commit

Permalink
Versioning Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueMaster committed Aug 23, 2022
1 parent 909970c commit 995a542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "local"
DIST_SUFFIX = "RM420"

# Coprocessor firmware
COPRO_OB_DATA = "scripts/ob.data"
Expand Down
4 changes: 2 additions & 2 deletions scripts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ def get_version_info(self):
"GIT_BRANCH": "dev",
"GIT_BRANCH_NUM": branch_num,
"FURI_CUSTOM_FLIPPER_NAME": custom_fz_name,
"VERSION": "0.64.5",
"VERSION": "0.64.6",
"BUILD_DIRTY": 0,
}
else:
return {
"GIT_COMMIT": commit,
"GIT_BRANCH": "dev",
"GIT_BRANCH_NUM": branch_num,
"VERSION": "0.64.5",
"VERSION": "0.64.6",
"BUILD_DIRTY": 0,
}

Expand Down

0 comments on commit 995a542

Please sign in to comment.