mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
set version to 2.27
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
2
make.sh
2
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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user