From bb7a5f59de93639bdf2b463b9379152802a7edf6 Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Fri, 17 Nov 2023 16:15:18 +0100 Subject: [PATCH] Update version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c818869..dddcb16 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS) APPNAME = "Hive" APPVERSION_M = 1 APPVERSION_N = 1 -APPVERSION_P = 0 +APPVERSION_P = 1 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" ifeq ($(TARGET_NAME),TARGET_NANOS)