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  c7ded4d5ad1f29017d54572eaf44e2c5b30f90ac (commit)
      from  71481bd8bb4d6dc869f5d20b6b9b6479a8b6c685 (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 c7ded4d5ad1f29017d54572eaf44e2c5b30f90ac
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Fri Jul 7 11:57:41 2017 +0200

    close core112
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

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 5238f3a..37fafdb 100755
--- a/make.sh
+++ b/make.sh
@@ -26,7 +26,7 @@ NAME="IPFire"							# Software name
 SNAME="ipfire"							# Short name
 VERSION="2.19"							# Version number
 CORE="112"							# Core Level (Filename)
-PAKFIRE_CORE="111"						# Core Level (PAKFIRE)
+PAKFIRE_CORE="112"						# 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