]> granicus.if.org Git - php/commitdiff
PHP-5.6.6 is next
authorFerenc Kovacs <tyrael@php.net>
Tue, 6 Jan 2015 21:58:22 +0000 (22:58 +0100)
committerFerenc Kovacs <tyrael@php.net>
Tue, 6 Jan 2015 21:58:22 +0000 (22:58 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 6c4986cef06ea91726d6fa57b226bd2b359c842c..8e61cdf363225a23d24f99606c1fcc6185cbd20e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015, PHP 5.6.5
+?? Feb 2015, PHP 5.6.6
+
+22 Jan 2015, PHP 5.6.5
 
 - Core:
   . Upgraded crypt_blowfish to version 1.3. (Leigh)
index 5c7c2e3493d2df70719696530c3603fd51eed316..ae07fc38f9cd376a07ca31c7eae986103fd032e2 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=6
-PHP_RELEASE_VERSION=5
+PHP_RELEASE_VERSION=6
 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 83b9cc2f273fb367c4778d7e8f9d1e9b3a883a3b..ed1e351fdaf6a7e00d711d9b8ca12952a5e65bb3 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 5
+#define PHP_RELEASE_VERSION 6
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.5-dev"
-#define PHP_VERSION_ID 50605
+#define PHP_VERSION "5.6.6-dev"
+#define PHP_VERSION_ID 50606