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.
2 parents b18788f + 551327f commit 6389499Copy full SHA for 6389499
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