5.6.33 is next

This commit is contained in:
Ferenc Kovacs 2017-10-25 03:36:30 +02:00
parent ad7ed6fe21
commit f600785f65
3 changed files with 7 additions and 5 deletions

4
NEWS
View File

@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? 2017, PHP 5.6.32
?? ?? 2017, PHP 5.6.33
26 Sep 2017, PHP 5.6.32
- Date:
. Fixed bug #75055 (Out-Of-Bounds Read in timelib_meridian()). (Derick)

View File

@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=6
PHP_RELEASE_VERSION=32
PHP_RELEASE_VERSION=33
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`

View 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 32
#define PHP_RELEASE_VERSION 33
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "5.6.32-dev"
#define PHP_VERSION_ID 50632
#define PHP_VERSION "5.6.33-dev"
#define PHP_VERSION_ID 50633