Skip to content

Commit

Permalink
Merge pull request #1739 from ghaerr/version
Browse files Browse the repository at this point in the history
[cmds] Fix ELKS_VERSION= on application builds
  • Loading branch information
ghaerr authored Oct 3, 2023
2 parents 4f1f1ee + 68d6a0a commit 14cae1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elkscmd/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ E_V=$(shell if [ -f $(ELKS_DIR)/Makefile-rules ]; then \
| fgrep = | head -4 | tr '\#' = | cut -d = -f 2 ;\
else echo Version not known ; fi)

ELKS_VSN=$(shell printf '%s.%s.%s-pre%s' $(E_V) | sed 's/-pre0$$//')
ELKS_VSN=$(shell printf '%s.%s.%s%s' $(E_V))

##############################################################################
#
Expand Down

0 comments on commit 14cae1c

Please sign in to comment.