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 a4e5b80b91132e324e8c1caee1abb2e43a8ee706 (commit) via 1b24eec502f9b97dfed2ea82489b3dc2a9681274 (commit) from c7b7a70deba70d6952898f4183c96d8ef8a91373 (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 a4e5b80b91132e324e8c1caee1abb2e43a8ee706 Merge: 1b24eec50 c7b7a70de Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Oct 31 18:44:43 2018 +0100
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
commit 1b24eec502f9b97dfed2ea82489b3dc2a9681274 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Oct 30 18:15:14 2018 +0100
toolchain: bump version
Signed-off-by: Arne Fitzenreiter arne_f@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 129bf6f7b..89ada4679 100755 --- a/make.sh +++ b/make.sh @@ -37,7 +37,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'` GIT_TAG=$(git tag | tail -1) # Git Tag GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit
-TOOLCHAINVER=20181024 +TOOLCHAINVER=20181030
############################################################################### #
hooks/post-receive -- IPFire 2.x development tree