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 | 0dfb536be4c719aa7f7be682d68b10c44f1e27df (patch) | |
tree | e04d88c79d8410cb034924353667b3372c4ee07e /lang | |
parent | 6b3098a31bb539ad3cedd4c8a0d0a77ed5422740 (diff) | |
download | pkgsrc-0dfb536be4c719aa7f7be682d68b10c44f1e27df.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 |