mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Set version to 2.9rc1.
This commit is contained in:
2
make.sh
2
make.sh
@@ -24,7 +24,7 @@
|
||||
|
||||
NAME="IPFire" # Software name
|
||||
SNAME="ipfire" # Short name
|
||||
VERSION="2.9beta3" # Version number
|
||||
VERSION="2.9rc1" # Version number
|
||||
CORE="43" # Core Level (Filename)
|
||||
PAKFIRE_CORE="43" # Core Level (PAKFIRE)
|
||||
GIT_BRANCH=`git status | head -n1 | cut -d" " -f4` # Git Branch
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
COREVER=`cat /opt/pakfire/db/core/mine`
|
||||
# FIXME: edit this lines before release
|
||||
URL=http://download.ipfire.org/iso/
|
||||
ISO=ipfire-2.9beta3.i586-full-core$COREVER.iso
|
||||
ISO=ipfire-2.9rc1.i586-full-core$COREVER.iso
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo usage: $0 backup-file
|
||||
|
||||
Reference in New Issue
Block a user