From: Michael Tremer Date: Sat, 22 Feb 2025 14:08:14 +0000 (+0000) Subject: make.sh: Bump the toolchain version again X-Git-Tag: v2.29-core193~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba7b9e57b6705ad17c924814d81e0e54f4891fd7;p=ipfire-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}"