]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
IPFire 2.13beta1. thirteen v2.13-beta1
authorArne Fitzenreiter <Arne_F@ipfire.org>
Thu, 20 Dec 2012 22:33:11 +0000 (23:33 +0100)
committerArne Fitzenreiter <Arne_F@ipfire.org>
Thu, 20 Dec 2012 22:38:30 +0000 (23:38 +0100)
make.sh

diff --git a/make.sh b/make.sh
index 09349098aa467848bbcba8bb0ddd5d952b0c4ef9..21808c96897902bc304ec0642792c4365019023b 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -24,7 +24,7 @@
 
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
-VERSION="2.13"                                                 # Version number
+VERSION="2.13beta1"                                                    # Version number
 CORE="65"                                                      # Core Level (Filename)
 PAKFIRE_CORE="65"                                              # Core Level (PAKFIRE)
 GIT_BRANCH=`git status | head -n1 | cut -d" " -f4`             # Git Branch
@@ -760,7 +760,7 @@ buildipfire() {
   cat /proc/cpuinfo >> $BASEDIR/build/var/ipfire/firebuild
   echo $PAKFIRE_CORE > $BASEDIR/build/opt/pakfire/db/core/mine
   case "$GIT_BRANCH" in
-       core*)
+       core*|beta?|rc?)
            echo "$NAME $VERSION ($MACHINE) - $GIT_BRANCH" > $BASEDIR/build/etc/system-release
            ;;
        *)