Skip to content

Commit

Permalink
Update makefile - bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu authored Oct 13, 2020
1 parent 159dbc9 commit 9aaf2b6
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 @@ -24,7 +24,7 @@ APP_LOAD_PARAMS= --curve ed25519 --path "44'/508'" --appFlags 0x240 $(COMMON_LOA

APPVERSION_M:=$(if $(APPVERSION_M),$(APPVERSION_M),1)
APPVERSION_N:=$(if $(APPVERSION_N),$(APPVERSION_N),0)
APPVERSION_P:=$(if $(APPVERSION_P),$(APPVERSION_P),5)
APPVERSION_P:=$(if $(APPVERSION_P),$(APPVERSION_P),7)
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
APPNAME = "Elrond"

Expand Down

0 comments on commit 9aaf2b6

Please sign in to comment.