diff options
author | taca <taca@pkgsrc.org> | 2016-09-17 08:36:50 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-09-17 08:36:50 +0000 |
commit | 41578a269b331bafa12f5a335d0c6884fc86c285 (patch) | |
tree | 07fca84738e61e8a1378e4991835bae4c16cd817 /lang | |
parent | c4e8e7045dc333c24cae5ae59f47d6213817a0ac (diff) | |
download | pkgsrc-41578a269b331bafa12f5a335d0c6884fc86c285.tar.gz |
Oops, forgot to commit php/phpversion.mk.
Thanks for wiz@ who noted me via private e-mail.
Diffstat (limited to 'lang')
-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 e98f9fb38ef..be06633f7ea 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.157 2016/09/16 16:10:28 taca Exp $ +# $NetBSD: phpversion.mk,v 1.158 2016/09/17 08:36:50 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.26 PHP70_VERSION= 7.0.11 -PHP71_VERSION= 7.1.0RC1 +PHP71_VERSION= 7.1.0RC2 # Define initial release of major version. PHP56_RELDATE= 20140828 |