]> granicus.if.org Git - php/commitdiff
5.6.24 will be next
authorFerenc Kovacs <tyrael@php.net>
Thu, 9 Jun 2016 08:51:02 +0000 (10:51 +0200)
committerFerenc Kovacs <tyrael@php.net>
Thu, 9 Jun 2016 08:51:02 +0000 (10:51 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 221d5eb369083f81953315bde1c6ca67ea330e06..e24b39a5cc56edfc8d80b5c4da578d681798463a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.23
+?? ??? 2016, PHP 5.6.24
+
+23 Jun 2016, PHP 5.6.23
 
 - GD:
   . Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre)
index c24d495dba6611b3e8c7ea5dfaf9a61852891662..0cd99df661e3fa4d659eb331ba47b9b731f93283 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=23
+PHP_RELEASE_VERSION=24
 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 b4a57718466d1b4988b9f94d8dcc6b505b14035b..e2fbef50ba166a310b5cb2f76c241e4b0e5401fe 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 23
+#define PHP_RELEASE_VERSION 24
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.23-dev"
-#define PHP_VERSION_ID 50623
+#define PHP_VERSION "5.6.24-dev"
+#define PHP_VERSION_ID 50624