From 2fb7787f35d7467e4ff73edc877b7b9a886fd9a9 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 20 Feb 2015 16:50:32 +0100 Subject: [PATCH] set version to IPFire 2.17 core87. --- make.sh | 4 ++-- src/scripts/backupiso | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/make.sh b/make.sh index 92edf78cea..4e7eba2732 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.17" # Version number -CORE="87-rc1" # Core Level (Filename) -PAKFIRE_CORE="86" # Core Level (PAKFIRE) +CORE="87" # Core Level (Filename) +PAKFIRE_CORE="87" # 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 diff --git a/src/scripts/backupiso b/src/scripts/backupiso index fb203bd2a7..08fba1a63b 100644 --- a/src/scripts/backupiso +++ b/src/scripts/backupiso @@ -2,8 +2,8 @@ COREVER=$(cat /opt/pakfire/db/core/mine) # FIXME: edit this lines before release -URL="http://download.ipfire.org/releases/ipfire-2.x/2.15-core$COREVER/" -ISO="ipfire-2.15.i586-full-core$COREVER.iso" +URL="http://download.ipfire.org/releases/ipfire-2.x/2.17-core$COREVER/" +ISO="ipfire-2.17.i586-full-core$COREVER.iso" if [ -z $1 ]; then echo usage: $0 backup-file -- 2.39.5