From: Michael Tremer Date: Sun, 11 Feb 2018 19:22:01 +0000 (+0000) Subject: make.sh: Bump toolchain version X-Git-Tag: v2.19-core120~123 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0102fcabdbf9ebcabff905717e58f5514820243a;p=ipfire-2.x.git make.sh: Bump toolchain version Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 73ca02d925..4fa48f20b2 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=20180126 +TOOLCHAINVER=20180210 ############################################################################### #