From: Michael Tremer Date: Thu, 14 Aug 2025 13:35:47 +0000 (+0000) Subject: make.sh: Bump the toolchain version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ftoolchain-20250808;p=people%2Fms%2Fipfire-2.x.git make.sh: Bump the toolchain version Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 91ae5f682..5be14c07f 100755 --- a/make.sh +++ b/make.sh @@ -32,7 +32,7 @@ GIT_BRANCH="$(git rev-parse --abbrev-ref HEAD)" # Git Branch GIT_TAG="$(git tag | tail -1)" # Git Tag GIT_LASTCOMMIT="$(git rev-parse --verify HEAD)" # Last commit -TOOLCHAINVER="20250807" +TOOLCHAINVER="20250814" KVER_SUFFIX="-${SNAME}"