1.11.0-dev version bump

This commit is contained in:
Alexandre Paillier
2024-03-14 14:04:52 +01:00
parent bc5ac8daed
commit f8dd685d55
3 changed files with 6 additions and 4 deletions

View File

@@ -33,9 +33,9 @@ APP_LOAD_PARAMS += --path "1517992542'/1101353413'"
##################
APPVERSION_M = 1
APPVERSION_N = 10
APPVERSION_P = 4
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
APPVERSION_N = 11
APPVERSION_P = 0
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
APP_LOAD_FLAGS = --appFlags 0xa40 --dep Ethereum:$(APPVERSION)
###########################