diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-06-01 18:04:45 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-01 21:51:17 +0200 |
commit | 41b2e1a74cf2810f6783186b10d86e70a49dd60b (patch) | |
tree | 227667b6f9e709ad76698f5d4c4c6440526fdd5d | |
parent | 1cf2c6ea93d3bd855df7c9883d3882034f0568fa (diff) | |
download | buildroot-41b2e1a74cf2810f6783186b10d86e70a49dd60b.tar.gz buildroot-41b2e1a74cf2810f6783186b10d86e70a49dd60b.zip |
package/php: Bump version to 5.5.13
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-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 c17a623f90..a878800094 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 5.5.12 +PHP_VERSION = 5.5.13 PHP_SITE = http://www.php.net/distributions PHP_INSTALL_STAGING = YES PHP_INSTALL_STAGING_OPT = INSTALL_ROOT=$(STAGING_DIR) install |