]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
set version to 2.9 core44
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 13 Jan 2011 22:55:40 +0000 (23:55 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 13 Jan 2011 22:55:40 +0000 (23:55 +0100)
lfs/linux
make.sh
src/scripts/backupiso

index d01a04687c497e7ecacbae7334a60dd58de8ab1c..1aec51112e32cfe957bcd34f352e783b146068f3 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -35,7 +35,7 @@ CFLAGS     =
 CXXFLAGS   =
 
 PROG      = linux-xen
 CXXFLAGS   =
 
 PROG      = linux-xen
-PAK_VER    = 15
+PAK_VER    = 16
 DEPS      = ""
 
 # Normal build or XEN build.
 DEPS      = ""
 
 # Normal build or XEN build.
diff --git a/make.sh b/make.sh
index 854f4a297b4059e42409386fa275518a3b9ea896..fe473aeec4e7a9d0a5e14da159c582f6ed4b9868 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -24,9 +24,9 @@
 
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
-VERSION="2.9rc1"                                               # Version number
-CORE="43"                                                      # Core Level (Filename)
-PAKFIRE_CORE="43"                                              # Core Level (PAKFIRE)
+VERSION="2.9"                                                  # Version number
+CORE="44"                                                      # Core Level (Filename)
+PAKFIRE_CORE="44"                                              # Core Level (PAKFIRE)
 GIT_BRANCH=`git status | head -n1 | cut -d" " -f4`             # Git Branch
 SLOGAN="www.ipfire.org"                                                # Software slogan
 CONFIG_ROOT=/var/ipfire                                                # Configuration rootdir
 GIT_BRANCH=`git status | head -n1 | cut -d" " -f4`             # Git Branch
 SLOGAN="www.ipfire.org"                                                # Software slogan
 CONFIG_ROOT=/var/ipfire                                                # Configuration rootdir
index 6aacf8dde0950b24354f8a78b7dc9e47009f680b..72e6a0b4b32ad7499e1f1f0ba3410cb1857b1f49 100644 (file)
@@ -3,7 +3,7 @@
 COREVER=`cat /opt/pakfire/db/core/mine`
 # FIXME: edit this lines before release
 URL=http://download.ipfire.org/iso/
 COREVER=`cat /opt/pakfire/db/core/mine`
 # FIXME: edit this lines before release
 URL=http://download.ipfire.org/iso/
-ISO=ipfire-2.9rc1.i586-full-core$COREVER.iso
+ISO=ipfire-2.9.i586-full-core$COREVER.iso
 
 if [ -z "$1" ]; then 
        echo usage: $0 backup-file
 
 if [ -z "$1" ]; then 
        echo usage: $0 backup-file