Skip to content

Commit f5a961a

Browse files
committed
ply: Include commit hash in version
Signed-off-by: TheRealKeto <therealketo@gmail.com>
1 parent 2a5de4b commit f5a961a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefiles/ply.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ endif
44

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

1010
ply-setup: setup

0 commit comments

Comments
 (0)