diff options
author | taca <taca@pkgsrc.org> | 2016-12-10 07:10:53 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-12-10 07:10:53 +0000 |
commit | 70a64d925f542afb552af3aef57f60162b0003cf (patch) | |
tree | f93b90edbf31742e39c62a59d46083a331cd6b8f /lang/php | |
parent | 1a4545c6d78756cfa97385153e2c97627763ae92 (diff) | |
download | pkgsrc-70a64d925f542afb552af3aef57f60162b0003cf.tar.gz |
Update php71 to 7.1.0 (PHP 7.1.0 official release).
Changes are too many to write here, please refer NEWS file.
Diffstat (limited to 'lang/php')
-rw-r--r-- | lang/php/phpversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 70bbc5e854a..e1012f8dd37 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.167 2016/12/10 07:09:30 taca Exp $ +# $NetBSD: phpversion.mk,v 1.168 2016/12/10 07:10:53 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -89,7 +89,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.29 PHP70_VERSION= 7.0.14 -PHP71_VERSION= 7.1.0RC6 +PHP71_VERSION= 7.1.0 # Define initial release of major version. PHP56_RELDATE= 20140828 |