]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
toolchain: Bump version
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Oct 2018 16:27:55 +0000 (17:27 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Oct 2018 16:27:55 +0000 (17:27 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 5276c8fe48313875b17acdd2f55b1e9991952bbf..b9558bc0427864ab3177c1da811a8767ecd3d8f9 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=20180606
+TOOLCHAINVER=20181024
 
 ###############################################################################
 #