From: Michael Tremer Date: Wed, 24 Oct 2018 16:27:55 +0000 (+0100) Subject: toolchain: Bump version X-Git-Tag: v2.21-core125~41^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=adfa49e118b6315c1d37abafb75a2411649c682c;p=people%2Fstevee%2Fipfire-2.x.git toolchain: Bump version Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 5276c8fe48..b9558bc042 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=20180606 +TOOLCHAINVER=20181024 ############################################################################### #