From: Arne Fitzenreiter Date: Thu, 28 Apr 2011 16:47:37 +0000 (+0200) Subject: make.sh set branch to next and version to 2.10. X-Git-Tag: v2.9-core53~126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=713a08524620fd24fbebdf1691508d12ad23fc72;p=people%2Fms%2Fipfire-2.x.git make.sh set branch to next and version to 2.10. --- diff --git a/make.sh b/make.sh index f572b9304a..e9b3f88885 100755 --- 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