]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
core121: split into core121 and 122
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index aaaeb751e20d1e699d53154e046e82757bfe5e44..d9752756a707d68699fe091b17a2f6b04104954d 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -24,8 +24,8 @@
 
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
-VERSION="2.19"                                                 # Version number
-CORE="121"                                                     # Core Level (Filename)
+VERSION="2.21"                                                 # Version number
+CORE="122"                                                     # Core Level (Filename)
 PAKFIRE_CORE="120"                                             # Core Level (PAKFIRE)
 GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`                   # Git Branch
 SLOGAN="www.ipfire.org"                                                # Software slogan
@@ -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
 
 ###############################################################################
 #