summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-08-20 10:01:20 +0200
committerFerenc Kovacs <tyrael@php.net>2015-08-20 10:01:20 +0200
commit36c0311622eb9c767ce6cd654fa923ee89044934 (patch)
treef67561c02251b4ffa3e6ffedcfd0760fc5cf8ba3
parentc7c9858ba16eb71c9ffc6cabfa00f8ece8600b47 (diff)
downloadphp-git-php-5.6.13RC1.tar.gz
PHP-5.6.13RC1php-5.6.13RC1
-rw-r--r--NEWS4
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
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