From: Michael Tremer Date: Sat, 22 Feb 2025 14:08:14 +0000 (+0000) Subject: make.sh: Bump the toolchain version again X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fnext;p=people%2Fms%2Fipfire-2.x.git make.sh: Bump the toolchain version again Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index db8ae03dd..2910ff7a4 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="20250202" +TOOLCHAINVER="20250222" KVER_SUFFIX="-${SNAME}"