Skip to content

Commit c1ccb8b

Browse files
Removed -dev version suffix
1 parent fab1153 commit c1ccb8b

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
@@ -38,7 +38,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
3838
APPVERSION_M = 1
3939
APPVERSION_N = 14
4040
APPVERSION_P = 0
41-
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
41+
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
4242

4343
# Application source files
4444
APP_SOURCE_PATH += src src_features src_plugins

0 commit comments

Comments
 (0)