]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
set toolchain to 8 and version to 2.17.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 22 Oct 2014 19:35:13 +0000 (21:35 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 22 Oct 2014 19:35:13 +0000 (21:35 +0200)
make.sh

diff --git a/make.sh b/make.sh
index 8a7aafdd420972a4bc7296fdd55781ca402b6786..bbbaffd2ea3253cc699ae1e262cb058e7fd9a642 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -24,9 +24,9 @@
 
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
-VERSION="2.15"                                                 # Version number
-CORE="85"                                                      # Core Level (Filename)
-PAKFIRE_CORE="84"                                              # Core Level (PAKFIRE)
+VERSION="2.17"                                                 # Version number
+CORE="86"                                                      # Core Level (Filename)
+PAKFIRE_CORE="85"                                              # Core Level (PAKFIRE)
 GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`                   # Git Branch
 SLOGAN="www.ipfire.org"                                                # Software slogan
 CONFIG_ROOT=/var/ipfire                                                # Configuration rootdir
@@ -36,7 +36,7 @@ BUILD_IMAGES=1                                                        # Flash and Xen Downloader
 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=7
+TOOLCHAINVER=8
 
 # New architecture variables
 BUILD_ARCH="$(uname -m)"