We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18788f commit 551327fCopy full SHA for 551327f
Makefile
@@ -38,9 +38,9 @@ endif
38
include ./makefile_conf/chain/$(CHAIN).mk
39
40
APPVERSION_M = 1
41
-APPVERSION_N = 11
+APPVERSION_N = 12
42
APPVERSION_P = 0
43
-APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
+APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
44
45
# Application source files
46
APP_SOURCE_PATH += src src_features src_plugins
0 commit comments