X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=e8591f363bc179ddd711a894d78a53bc8543017a;hp=aaaeb751e20d1e699d53154e046e82757bfe5e44;hb=237f3ab7d35facc6ab53bbde05b448e7e61b4cd3;hpb=87b5f3711ba2e166a61fd521f7819f20e7f9eb14 diff --git a/make.sh b/make.sh index aaaeb751e2..e8591f363b 100755 --- a/make.sh +++ b/make.sh @@ -24,7 +24,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name -VERSION="2.19" # Version number +VERSION="2.21" # Version number CORE="121" # Core Level (Filename) PAKFIRE_CORE="120" # Core Level (PAKFIRE) GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch @@ -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 ############################################################################### #