Version bump to 1.12.0-dev

This commit is contained in:
Alexandre Paillier
2024-07-25 14:04:54 +02:00
parent b18788f5f8
commit 551327f084

View File

@@ -38,9 +38,9 @@ endif
include ./makefile_conf/chain/$(CHAIN).mk
APPVERSION_M = 1
APPVERSION_N = 11
APPVERSION_N = 12
APPVERSION_P = 0
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
# Application source files
APP_SOURCE_PATH += src src_features src_plugins