From 36c0311622eb9c767ce6cd654fa923ee89044934 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Thu, 20 Aug 2015 10:01:20 +0200 Subject: PHP-5.6.13RC1 --- NEWS | 4 +--- configure.in | 4 ++-- main/php_version.h | 8 ++++---- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 2d6e367883..ad1433ea43 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2015, PHP 5.6.14 - -03 Sep 2015, PHP 5.6.13 +20 Aug 2015, PHP 5.6.13RC1 - Core: . Fixed bug #69900 (Too long timeout on pipes). (Anatol) diff --git a/configure.in b/configure.in index 01277b8c19..d4521ecba4 100644 --- a/configure.in +++ b/configure.in @@ -119,8 +119,8 @@ int zend_sprintf(char *buffer, const char *format, ...); PHP_MAJOR_VERSION=5 PHP_MINOR_VERSION=6 -PHP_RELEASE_VERSION=14 -PHP_EXTRA_VERSION="-dev" +PHP_RELEASE_VERSION=13 +PHP_EXTRA_VERSION="RC1" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION` diff --git a/main/php_version.h b/main/php_version.h index 8f59951501..8ecfaebad9 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 6 -#define PHP_RELEASE_VERSION 14 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.6.14-dev" -#define PHP_VERSION_ID 50614 +#define PHP_RELEASE_VERSION 13 +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.6.13RC1" +#define PHP_VERSION_ID 50613 -- cgit v1.2.1