]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
set version to 2.27
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 1 Aug 2021 09:51:14 +0000 (11:51 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 1 Aug 2021 09:51:14 +0000 (11:51 +0200)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/core/159/filelists/files
make.sh
src/scripts/backupiso

index 3cc1b7969943ffe35f19bb589902767ea77b51d1..4a7b1a5948bc7cc9920d81b80f2d6da2c257e76e 100644 (file)
@@ -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 13a48f4616ec0641cccbfe8517d973c0d42923be..d78fb2ff0b80003d309df01cce04c62573101cec 100755 (executable)
--- 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
index 220e619d450d48f6e7a11d7006af9df662035a6a..ce38dccd026b5482c4a25ec7e4912c8df323d61f 100644 (file)
@@ -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)