From 37989bd01bf88bc9a3ace946b73d3022663b11ef Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Fri, 16 Feb 2024 14:35:05 +0100 Subject: [PATCH] Removed -dev version suffix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a78c81300..b192be047 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ APP_LOAD_PARAMS += --path "1517992542'/1101353413'" APPVERSION_M = 1 APPVERSION_N = 10 APPVERSION_P = 4 -APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev +APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) APP_LOAD_FLAGS = --appFlags 0xa40 --dep Ethereum:$(APPVERSION) ###########################