diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-11-28 12:32:20 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-11-28 14:32:10 +0100 |
commit | f67ffb437566562be47188097f846ade231daf3c (patch) | |
tree | df700b7122cc2f0a041e2c640fc457294e2ad787 /package/php/php.mk | |
parent | d21e5cfc443fe699501c16c4008c50083f1e7d69 (diff) |
package/php: bump version to 5.6.16
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php/php.mk')
-rw-r--r-- | package/php/php.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/php.mk b/package/php/php.mk index 76e3d621a..5f87d0799 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -5,7 +5,7 @@ ################################################################################ PHP_VERSION_MAJOR = 5.6 -PHP_VERSION = $(PHP_VERSION_MAJOR).15 +PHP_VERSION = $(PHP_VERSION_MAJOR).16 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES |