From: Arne Fitzenreiter Date: Tue, 30 Oct 2018 17:15:14 +0000 (+0100) Subject: toolchain: bump version X-Git-Tag: v2.21-core125~25^2~9 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=1b24eec502f9b97dfed2ea82489b3dc2a9681274 toolchain: bump version Signed-off-by: Arne Fitzenreiter --- diff --git a/make.sh b/make.sh index c5cfab1517..d23d575358 100755 --- 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 ############################################################################### #