From: bones_was_here Date: Tue, 14 Dec 2021 12:41:31 +0000 (+1000) Subject: Remove the dirty flag from the qc version string in release builds X-Git-Tag: xonotic-v0.8.5~23^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=eeb100ec9423ede7c049b2983882ca7ab426c3ef;p=xonotic%2Fxonotic.git Remove the dirty flag from the qc version string in release builds Old: "xonotic-v0.8.2~" New: "xonotic-v0.8.2" --- diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index f153328c..f3202c2c 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -324,7 +324,7 @@ case "$cmd" in release-qc) release_common verbose make -C "$d0/gmqcc" gmqcc - verbose env GIT_DIR="$d0/data/xonotic-data.pk3dir/.git" make -C Xonotic/source QCC="$d0/gmqcc/gmqcc" XON_BUILDSYSTEM=1 clean qc + verbose env GIT_DIR="$d0/data/xonotic-data.pk3dir/.git" make -C Xonotic/source QCC="$d0/gmqcc/gmqcc" XON_BUILDSYSTEM=1 QCCFLAGS_WATERMARK='$(shell git describe --tags)' clean qc ;; release-buildpk3-transform-raw) release_common