From 6ca4e2f29feb17401815aac2fb046e4354c1def2 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 26 Jan 2025 09:39:05 +0100 Subject: [PATCH] toolchain: bump version Signed-off-by: Arne Fitzenreiter --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index af34d7954..827ea9e77 100755 --- a/make.sh +++ b/make.sh @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -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=20240827 +TOOLCHAINVER=20250125 KVER_SUFFIX="-${SNAME}" -- 2.39.5