Remove the first v from the beginning of version name

This commit is contained in:
BBaoVanC 2021-01-05 21:24:09 -06:00
parent e63738e9e2
commit d57a91ec8c
No known key found for this signature in database
GPG key ID: 18089E4E3CCF1D3A

View file

@ -1,4 +1,4 @@
VERSION ?= $(shell git tag --points-at HEAD)
VERSION ?= $(shell git tag --points-at HEAD | sed 's/^v//')
VERSION += 0-git-$(shell git rev-parse --short HEAD)
VERSION := $(word 1, $(VERSION))