Merge pull request #4982 from djdv/fix/mk-version

mk: fix commit string in version
This commit is contained in:
Whyrusleeping 2018-05-12 11:57:16 +01:00 committed by GitHub
commit 965791aa86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1 @@
git-commit:=$(shell git rev-parse --short HEAD 2>/dev/null)
git-hash:=$(shell git rev-parse --short HEAD 2>/dev/null)