Skip to content

Commit aa2d12d

Browse files
Changed version number to 1.11.1
1 parent 9c5c9bc commit aa2d12d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ endif
3838
include ./makefile_conf/chain/$(CHAIN).mk
3939

4040
APPVERSION_M = 1
41-
APPVERSION_N = 12
42-
APPVERSION_P = 0
43-
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
41+
APPVERSION_N = 11
42+
APPVERSION_P = 1
43+
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
4444

4545
# Application source files
4646
APP_SOURCE_PATH += src src_features src_plugins

0 commit comments

Comments
 (0)