From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 5/5] make.sh: Bump toolchain version Date: Fri, 07 Feb 2025 12:25:57 +0000 Message-ID: <20250207122557.1714587-5-michael.tremer@ipfire.org> In-Reply-To: <20250207122557.1714587-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7112470767781725401==" List-Id: --===============7112470767781725401== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 411107a3a..ac14af57a 100755 --- a/make.sh +++ b/make.sh @@ -32,7 +32,7 @@ GIT_BRANCH=3D"$(git rev-parse --abbrev-ref HEAD)" # Git B= ranch GIT_TAG=3D"$(git tag | tail -1)" # Git Tag GIT_LASTCOMMIT=3D"$(git rev-parse --verify HEAD)" # Last commit =20 -TOOLCHAINVER=3D20250125 +TOOLCHAINVER=3D"20250202" =20 KVER_SUFFIX=3D"-${SNAME}" =20 --=20 2.39.5 --===============7112470767781725401==--