From: Arne Fitzenreiter Date: Sun, 26 Jan 2025 08:39:05 +0000 (+0100) Subject: toolchain: bump version X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ca4e2f29feb17401815aac2fb046e4354c1def2;p=people%2Fstevee%2Fipfire-2.x.git toolchain: bump version Signed-off-by: Arne Fitzenreiter --- 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}"