]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
toolchain: bump version
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 26 Jan 2025 08:39:05 +0000 (09:39 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 26 Jan 2025 08:39:05 +0000 (09:39 +0100)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index af34d79542302bcc140fbea80a4b5c61f5d932f0..827ea9e77ae67a90ba3052a26e6800f19fdc2400 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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}"