From: Michael Tremer Date: Tue, 13 Feb 2018 16:35:08 +0000 (+0000) Subject: Bump toolchain version X-Git-Tag: v2.19-core120~96 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=eb93869763d604654cc9f14e73f28538d723fa4b Bump toolchain version Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 6b55f8e90e..3fcac28800 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=20180212 +TOOLCHAINVER=20180213 ############################################################################### #