diff options
author | taca <taca@pkgsrc.org> | 2015-02-19 13:14:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-19 13:14:59 +0000 |
commit | 6e41617c174803a391f9c5faa6a128950b45c8a8 (patch) | |
tree | 5d89294344adbd18e0f29503e71610e397ddf079 /lang | |
parent | 223be961f0244da24f97ff83e0a17e06bb340f74 (diff) | |
download | pkgsrc-6e41617c174803a391f9c5faa6a128950b45c8a8.tar.gz |
Forgot to commit with php54 update.
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 4196cde9697..ca227d52e5a 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.85 2015/01/23 16:11:38 taca Exp $ +# $NetBSD: phpversion.mk,v 1.86 2015/02/19 13:14:59 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 @@ -82,7 +82,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP53_VERSION= 5.3.29 -PHP54_VERSION= 5.4.37 +PHP54_VERSION= 5.4.38 PHP55_VERSION= 5.5.21 PHP56_VERSION= 5.6.5 |