|
|
@@ -22,7 +22,7 @@ COMMIT_FULL := $(shell git log -1 --pretty=format:%H HEAD)
|
|
|
COMMIT_SHORT := $(shell git log -1 --pretty=format:%h HEAD)
|
|
|
BRANCH := $(shell git branch --no-color | grep "^*" | sed -e 's/^\* //')
|
|
|
BUILDTS := $(shell git log -1 --pretty=format:%ct HEAD)
|
|
|
-VERSION := $(shell git describe)
|
|
|
+VERSION := $(shell git describe --candidates=2)
|
|
|
DISTRIB = wraith-$(VERSION)
|
|
|
|
|
|
HELPFILE = doc/help.txt
|