]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
make.sh: Bump toolchain date
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 6 Jun 2018 15:20:36 +0000 (16:20 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 14 Jun 2018 05:50:30 +0000 (07:50 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index dbe129745cd6e81386de71292e806d1331ee0cc6..e8591f363bc179ddd711a894d78a53bc8543017a 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=20180213
+TOOLCHAINVER=20180606
 
 ###############################################################################
 #