From: Pieter Lexis Date: Tue, 2 Oct 2018 13:14:14 +0000 (+0200) Subject: pdns-builder: re-instate the "g" for git version X-Git-Tag: dnsdist-1.3.3~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b12ff9f118c1d52df45b1663a6ed719ac3b6812;p=thirdparty%2Fpdns.git pdns-builder: re-instate the "g" for git version --- diff --git a/builder-support/gen-version b/builder-support/gen-version index 35f2bc30c7..c6819b7238 100755 --- a/builder-support/gen-version +++ b/builder-support/gen-version @@ -59,7 +59,7 @@ if [ ! -z "$(git rev-parse --abbrev-ref HEAD 2> /dev/null)" ]; then fi fi - VERSION="${LAST_TAG}.${COMMITS_SINCE_TAG}${BRANCH}.${GIT_HASH}${DIRTY}" + VERSION="${LAST_TAG}.${COMMITS_SINCE_TAG}${BRANCH}.g${GIT_HASH}${DIRTY}" fi printf $VERSION