1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-22 12:32:04 +00:00

Restore VERSION_TAG in Makefile

This commit is contained in:
jsteube 2017-10-26 13:31:21 +02:00
parent 55c8c287a5
commit c6d7fc845d

View File

@ -127,8 +127,7 @@ COMPTIME := $(shell date +%s)
# the value will be something like this: "tag: vX.Y.Z, refs/pull/Y/head"
VERSION_EXPORT := $Format:%D$
#VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\),.*/v\1/')
VERSION_TAG := 4.0.0-rc6
VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\),.*/v\1/')
##
## General compiler and linker options