From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 81f315bff2e161073c12733a01a635b22e97f89f Date: Mon, 22 Dec 2014 16:59:51 +0100 Message-ID: <20141222155951.E626123B38@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6096361921685742333==" List-Id: --===============6096361921685742333== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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, master has been updated via 81f315bff2e161073c12733a01a635b22e97f89f (commit) from 7d8965e2cb0b3ca2868f01f814cf0018dc721f15 (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 81f315bff2e161073c12733a01a635b22e97f89f Author: Arne Fitzenreiter Date: Mon Dec 22 13:22:42 2014 +0100 set version to 2.17 core86 beta1. ----------------------------------------------------------------------- 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 3f5b248..7b211c7 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.17" # Version number -CORE="86test1" # Core Level (Filename) -PAKFIRE_CORE="85" # Core Level (PAKFIRE) +CORE="86beta1" # Core Level (Filename) +PAKFIRE_CORE="86" # Core Level (PAKFIRE) GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir hooks/post-receive -- IPFire 2.x development tree --===============6096361921685742333==--