Skip to content

Commit

Permalink
Make PHP54_VERSION to 5.4.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
taca committed Jul 7, 2013
1 parent 8090f42 commit ad774df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/php/phpversion.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: phpversion.mk,v 1.34 2013/06/07 13:56:25 taca Exp $
# $NetBSD: phpversion.mk,v 1.35 2013/07/07 16:22:21 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
Expand Down Expand Up @@ -76,7 +76,7 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \
.include "../../mk/bsd.prefs.mk"

PHP53_VERSION= 5.3.26
PHP54_VERSION= 5.4.16
PHP54_VERSION= 5.4.17

PHP_VERSION_DEFAULT?= 54
PHP_VERSIONS_ACCEPTED?= 54 53
Expand Down

0 comments on commit ad774df

Please sign in to comment.