Skip to content

Commit

Permalink
ply: Include commit hash in version
Browse files Browse the repository at this point in the history
Signed-off-by: TheRealKeto <[email protected]>
  • Loading branch information
TheRealKeto committed Dec 10, 2022
1 parent 2a5de4b commit f5a961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/ply.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ endif

SUBPROJECTS += ply
PLY_COMMIT := 663ca4754218f780059ce490798b012183e4d0b4
PLY_VERSION := 1.0.0
PLY_VERSION := 1.0.0-$(shell echo $(PLY_COMMIT) | cut -c -7)
DEB_PLY_V ?= $(PLY_VERSION)

ply-setup: setup
Expand Down

0 comments on commit f5a961a

Please sign in to comment.