Change versioning convention
All checks were successful
Builds / XTchain (full, linux) (push) Successful in 1h31m14s
Builds / XTchain (full, windows) (push) Successful in 1h31m42s
Builds / XTchain (minimal, windows) (push) Successful in 2m9s
Builds / XTchain (minimal, linux) (push) Successful in 2m40s

This commit is contained in:
Aiken Harris 2025-07-10 10:36:45 +02:00 committed by CodingWorkshop Signing Team
parent 6463d50cd3
commit bbea77d58a
Signed by: CodingWorkshop Signing Team
GPG Key ID: 6DC88369C82795D2

View File

@ -396,7 +396,7 @@ xtchain_tarball()
cd ${WRKDIR} cd ${WRKDIR}
: ${XTCVER:=$(git describe --exact-match --tags 2>/dev/null)} : ${XTCVER:=$(git describe --exact-match --tags 2>/dev/null)}
: ${XTCVER:=DEVEL} : ${XTCVER:=DEVEL}
[ ${BUILD_MINIMAL} -eq 1 ] && XTCVER="${XTCVER}-min" [ ${BUILD_MINIMAL} -eq 1 ] && XTCVER="${XTCVER}-lite"
echo "${XTCVER}" > ${BINDIR}/Version echo "${XTCVER}" > ${BINDIR}/Version
# Windows target specific actions # Windows target specific actions