]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
toolchain: bump version
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 30 Oct 2018 17:15:14 +0000 (18:15 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 30 Oct 2018 17:15:14 +0000 (18:15 +0100)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index c5cfab1517799ff2e6e334da5ce51d89297a6878..d23d575358794bbad67879d1c3a95ad829bede52 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=20181024
+TOOLCHAINVER=20181030
 
 ###############################################################################
 #