]> granicus.if.org Git - php/commitdiff
prepare for 5.6.20RC1
authorFerenc Kovacs <tyrael@php.net>
Thu, 17 Mar 2016 00:46:00 +0000 (01:46 +0100)
committerFerenc Kovacs <tyrael@php.net>
Thu, 17 Mar 2016 00:46:00 +0000 (01:46 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index a17b6015c4e6f24fd2e18d4638b9fa9ce642eda9..40b8c7d8ec8bf026d59e558da693b739cf5ad334 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.20
+?? ??? 2016, PHP 5.6.21
+
+31 Marc 2016, PHP 5.6.20
 
 - CLI Server:
   . Fixed bug #69953 (Support MKCALENDAR request method). (Christoph)
index 08b870f1d52119255a446147a2f8898766fe7d23..631a0eeb99cddbbea5a957747d81546dd22c79ce 100644 (file)
@@ -119,8 +119,8 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=6
-PHP_RELEASE_VERSION=19
-PHP_EXTRA_VERSION="RC1"
+PHP_RELEASE_VERSION=21
+PHP_EXTRA_VERSION="-dev"
 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`
 
index cb8b9abbe371d9316134c479b1c4d8eaf54bc47e..d1c3f042025b774bf7f6fb454d0c813bbf1a6f69 100644 (file)
@@ -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 19
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.6.19RC1"
-#define PHP_VERSION_ID 50619
+#define PHP_RELEASE_VERSION 21
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.6.21-dev"
+#define PHP_VERSION_ID 50621