]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
make.sh set branch to next and version to 2.10.
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 28 Apr 2011 16:47:37 +0000 (18:47 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 28 Apr 2011 16:47:37 +0000 (18:47 +0200)
make.sh

diff --git a/make.sh b/make.sh
index f572b9304a7bcdc781d1e65607d1e348a8e8656a..e9b3f8888599e85923ae6cf32757283c195678af 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -24,7 +24,7 @@
 
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
-VERSION="2.9"                                                  # Version number
+VERSION="2.10"                                                 # Version number
 CORE="49"                                                      # Core Level (Filename)
 PAKFIRE_CORE="48"                                              # Core Level (PAKFIRE)
 GIT_BRANCH=`git status | head -n1 | cut -d" " -f4`             # Git Branch
@@ -698,7 +698,7 @@ buildipfire() {
   echo >> $BASEDIR/build/var/ipfire/firebuild
   cat /proc/cpuinfo >> $BASEDIR/build/var/ipfire/firebuild
   echo $PAKFIRE_CORE > $BASEDIR/build/opt/pakfire/db/core/mine
-  if [ "$GIT_BRANCH" = "master" ]; then
+  if [ "$GIT_BRANCH" = "next" ]; then
        echo "$NAME $VERSION - (Development Build: $GIT_LASTCOMMIT)" > $BASEDIR/build/etc/system-release
   else
        echo "$NAME $VERSION - $GIT_BRANCH" > $BASEDIR/build/etc/system-release