]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
make.sh: Bump toolchain version
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 26 Apr 2019 15:16:10 +0000 (16:16 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Apr 2019 08:44:37 +0000 (09:44 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index bfcc83709fb1d4917562b34eee33d3fe72a1d02b..c34b5599740b97ac6052868bcb69cd2ad43a5a41 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=20181030
+TOOLCHAINVER=20190424
 
 ###############################################################################
 #