From: Arne Fitzenreiter Date: Sun, 1 Aug 2021 09:51:14 +0000 (+0200) Subject: set version to 2.27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=255273a36bca887f153701fc204186ba9f245ec6;p=people%2Fstevee%2Fipfire-2.x.git set version to 2.27 Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/159/filelists/files b/config/rootfiles/core/159/filelists/files index 3cc1b79699..4a7b1a5948 100644 --- a/config/rootfiles/core/159/filelists/files +++ b/config/rootfiles/core/159/filelists/files @@ -3,4 +3,6 @@ etc/rc.d/init.d/leds etc/rc.d/init.d/mountkernfs etc/rc.d/init.d/networking/functions.network etc/rc.d/init.d/sysctl +usr/local/bin/backupiso usr/local/bin/makegraphs +usr/sbin/setup diff --git a/make.sh b/make.sh index 13a48f4616..d78fb2ff0b 100755 --- a/make.sh +++ b/make.sh @@ -25,7 +25,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name # If you update the version don't forget to update backupiso and add it to core update -VERSION="2.25" # Version number +VERSION="2.27" # Version number CORE="159" # Core Level (Filename) SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir diff --git a/src/scripts/backupiso b/src/scripts/backupiso index 220e619d45..ce38dccd02 100644 --- a/src/scripts/backupiso +++ b/src/scripts/backupiso @@ -1,7 +1,7 @@ #!/bin/sh # FIXME: edit this lines before release -IPFVER=2.25 +IPFVER=2.27 COREVER=$(cat /opt/pakfire/db/core/mine) arch=$(uname -m)