This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 36e1dc20f4d763b8069a4c973ef8ff792786229e (commit) from 0965d98fe8050a4c98b1b4db1306d741d3855ad4 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 36e1dc20f4d763b8069a4c973ef8ff792786229e Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Dec 6 19:18:50 2012 +0100
core65: close core65.
-----------------------------------------------------------------------
Summary of changes: make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/make.sh b/make.sh index 1165c09..6fb2d94 100755 --- a/make.sh +++ b/make.sh @@ -26,7 +26,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.11" # Version number CORE="65" # Core Level (Filename) -PAKFIRE_CORE="64" # Core Level (PAKFIRE) +PAKFIRE_CORE="65" # 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
hooks/post-receive -- IPFire 2.x development tree