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, next, updated. f7a48dd39f817c31b962fd11ac541dd1d3873b2f Date: Wed, 01 Feb 2017 21:38:40 +0000 Message-ID: <20170201213841.265C01078E80@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3068270679729638844==" List-Id: --===============3068270679729638844== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 f7a48dd39f817c31b962fd11ac541dd1d3873b2f (commit) from 7ae3245902aedd2a94670277808376da0fb94acc (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 f7a48dd39f817c31b962fd11ac541dd1d3873b2f Author: Arne Fitzenreiter Date: Wed Feb 1 22:34:53 2017 +0100 core109: finish update =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/109/update.sh | 2 +- make.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) Difference in files: diff --git a/config/rootfiles/core/109/update.sh b/config/rootfiles/core/109/= update.sh index 874ef79..4604b4f 100644 --- a/config/rootfiles/core/109/update.sh +++ b/config/rootfiles/core/109/update.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) 2016 IPFire-Team . = # +# Copyright (C) 2017 IPFire-Team . = # # # ############################################################################ # diff --git a/make.sh b/make.sh index c9d08f5..cf27c23 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-2016 IPFire Team . = # +# Copyright (C) 2007-2017 IPFire Team . = # # # ############################################################################ # @@ -26,7 +26,7 @@ NAME=3D"IPFire" # Software name SNAME=3D"ipfire" # Short name VERSION=3D"2.19" # Version number CORE=3D"109" # Core Level (Filename) -PAKFIRE_CORE=3D"108" # Core Level (PAKFIRE) +PAKFIRE_CORE=3D"109" # Core Level (PAKFIRE) GIT_BRANCH=3D`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN=3D"www.ipfire.org" # Software slogan CONFIG_ROOT=3D/var/ipfire # Configuration rootdir hooks/post-receive -- IPFire 2.x development tree --===============3068270679729638844==--