set version to 2.27

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2021-08-01 11:51:14 +02:00
parent 52758d52c3
commit 255273a36b
3 changed files with 4 additions and 2 deletions

View 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

View File

@@ -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

View 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)