diff options
author | taca <taca@pkgsrc.org> | 2013-08-18 20:56:32 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-08-18 20:56:32 +0000 |
commit | dcb295f8465bdf1ff8c1c9f9894e37ffd27529c3 (patch) | |
tree | 16abd95345bcc228884267ce118ad0946389507a /lang/php | |
parent | 845b25a460c58c141d4634581e43322f62c56839 (diff) | |
download | pkgsrc-dcb295f8465bdf1ff8c1c9f9894e37ffd27529c3.tar.gz |
Need to update PHP55_VERSION. Thanks to joerg@ who noted to me.
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 9745172b63d..3887cf8c339 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.40 2013/08/16 15:28:23 taca Exp $ +# $NetBSD: phpversion.mk,v 1.41 2013/08/18 20:56:32 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 @@ -83,7 +83,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP53_VERSION= 5.3.27 PHP54_VERSION= 5.4.18 -PHP55_VERSION= 5.5.1 +PHP55_VERSION= 5.5.2 # Define initial release of major version. PHP53_RELDATE= 20090630 |