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 4c9ea85490de5459960f251b2db4dc3fc664477a (commit) from 8301720cae0839a964ef0b5803a909bd252b906b (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 4c9ea85490de5459960f251b2db4dc3fc664477a Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Feb 16 08:47:31 2014 +0100
Set version to 2.15 beta2.
-----------------------------------------------------------------------
Summary of changes: make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/make.sh b/make.sh index 5d787a0..4481096 100755 --- a/make.sh +++ b/make.sh @@ -17,7 +17,7 @@ # along with IPFire; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # -# Copyright (C) 2007-2013 IPFire Team info@ipfire.org. # +# Copyright (C) 2007-2014 IPFire Team info@ipfire.org. # # # ############################################################################ # @@ -25,7 +25,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.15" # Version number -CORE="76-beta1" # Core Level (Filename) +CORE="76-beta2" # Core Level (Filename) PAKFIRE_CORE="76" # Core Level (PAKFIRE) GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN="www.ipfire.org" # Software slogan
hooks/post-receive -- IPFire 2.x development tree