]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
make.sh: Bump the toolchain version again next
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Feb 2025 14:08:14 +0000 (14:08 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Feb 2025 14:08:14 +0000 (14:08 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index db8ae03dd964ac43ea8501d8157fc6f48247e6d8..2910ff7a4c57ab79119ea45ff856c0b4124c23ce 100755 (executable)
--- 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}"