From 6da6905a95d224f80fe65a19ae00ab911381e04a Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 20 Dec 2012 23:33:11 +0100 Subject: [PATCH] IPFire 2.13beta1. --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index 09349098aa..21808c9689 100755 --- 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 ;; *) -- 2.39.2