Skip to content

Commit 8679870

Browse files
Removed -rc1 version suffix
1 parent a5d9d25 commit 8679870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
4040
APPVERSION_M = 1
4141
APPVERSION_N = 11
4242
APPVERSION_P = 0
43-
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-rc1
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)