]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Bump toolchain version
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 13 Feb 2018 16:35:08 +0000 (16:35 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 13 Feb 2018 16:35:08 +0000 (16:35 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 6b55f8e90e2830a7a1bfcb1f705e559a656edac0..3fcac2880061666f919001a01355235d6234fa07 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=20180212
+TOOLCHAINVER=20180213
 
 ###############################################################################
 #