From 43654fb511cf8e1e2287a42877ac59e8bc64744c Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Tue, 25 Jun 2024 18:26:36 +0200 Subject: [PATCH] Bumped app version to 1.10.1-rc1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c2c33e..900d634 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ include ./makefile_conf/chain/$(CHAIN).mk APPVERSION_M = 1 APPVERSION_N = 11 APPVERSION_P = 0 -APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev +APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-rc1 # Application source files APP_SOURCE_PATH += src src_features src_plugins