From adc0d18ef15ac20045816bcfaea4868d45e8cfe7 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Mon, 10 Jun 2024 14:07:41 +0200 Subject: [PATCH] Unique version number --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 900d6345..3623f348 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)-rc1 +APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-kvn712-v2 # Application source files APP_SOURCE_PATH += src src_features src_plugins