From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer <michael.tremer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH 04/19] make.sh: Bump the toolchain version Date: Mon, 19 Aug 2024 10:05:53 +0000 Message-ID: <20240819100608.991138-5-michael.tremer@ipfire.org> In-Reply-To: <20240819100608.991138-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3083261681759459548==" List-Id: <development.lists.ipfire.org> --===============3083261681759459548== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org> --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index c5936a671..1f2bb572b 100755 --- a/make.sh +++ b/make.sh @@ -33,7 +33,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=3D20240521 +TOOLCHAINVER=3D20240802 =20 ############################################################################= ### # --=20 2.39.2 --===============3083261681759459548==--