Skip to content

Commit

Permalink
Makefile: Set flex version
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Apr 26, 2024
1 parent e07a0cf commit 147b25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PATH_SLIP21_APP_LOAD_PARAMS = "LEDGER-Wallet policy"
APPVERSION_M = 2
APPVERSION_N = 2
APPVERSION_P = 2
APPVERSION_SUFFIX = # if not empty, appended at the end. Do not add a dash.
APPVERSION_SUFFIX = flex

ifeq ($(APPVERSION_SUFFIX),)
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"
Expand Down

0 comments on commit 147b25a

Please sign in to comment.