This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 36c9bf685e6be90ff81df19978df1fc34f9cde8f (commit) from 1c64d2071382093a5d87e875e34850cf071bc292 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 36c9bf685e6be90ff81df19978df1fc34f9cde8f Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Aug 27 10:22:03 2024 +0000
make.sh: Bump the toolchain version
This is because of the recent update of binutils.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/make.sh b/make.sh index a0ea4a99d..8c5e1c6e7 100755 --- a/make.sh +++ b/make.sh @@ -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=20240802 +TOOLCHAINVER=20240827
KVER_SUFFIX="-${SNAME}"
hooks/post-receive -- IPFire 2.x development tree