From c2bda42d7bc6eacb18c1d1d79c62b2481c06ed1d Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Mon, 13 May 2024 16:30:57 +0200 Subject: [PATCH] Release v1.11.0-rc1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c5a912f3..db7f6001 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