]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Bump toolchain version
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Feb 2018 13:07:38 +0000 (13:07 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Feb 2018 13:07:38 +0000 (13:07 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index c5e2c301cedaa432ee76e40e4334ca8b4078a341..b2341dc2e5b186983eb784938340e68563672eae 100755 (executable)
--- 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=20180210
+TOOLCHAINVER=20180212
 
 ###############################################################################
 #