Skip to content

Commit 22eefbb

Browse files
committed
Change VERSION_STR to <VERSION>-<GIT-HASH>
1 parent 4e3ee23 commit 22eefbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null | tr '/' '_' |
3737
GIT_HASH := $(shell git rev-parse --short HEAD 2>/dev/null || echo "")
3838

3939
# Limites to 16 characters
40-
VERSION_STR := $(shell echo "$(VERSION_FILE_CONTENT).$(GIT_BRANCH)-$(GIT_HASH)" | cut -c1-16)
40+
VERSION_STR := $(shell echo "$(VERSION_FILE_CONTENT)-$(GIT_HASH)" | cut -c1-16)
4141

4242
# Zigbee file version 4 bytes are:
4343
# APP_RELEASE, APP_BUILD, STACK_RELEASE, STACK_BUILD

0 commit comments

Comments
 (0)