From: Gabriel Caruso Date: Tue, 15 Dec 2020 13:30:55 +0000 (-0300) Subject: Next is 8.0.2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1f78ac875fcfbf1347eb81eac06c11343c4a664;p=php Next is 8.0.2 --- diff --git a/NEWS b/NEWS index 247656ac5e..e1dc7aefcc 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.0.1RC1 +?? ??? ????, PHP 8.0.2RC1 + + +07 Jan 2021, PHP 8.0.1 - Core: . Fixed bug #80345 (PHPIZE configuration has outdated PHP_RELEASE_VERSION). diff --git a/Zend/zend.h b/Zend/zend.h index 66eab35f9f..471eeb3e0f 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -20,7 +20,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "4.0.0" +#define ZEND_VERSION "4.0.2-dev" #define ZEND_ENGINE_3 diff --git a/main/php_version.h b/main/php_version.h index 7da21cab4a..bb2c927874 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.ac to change version number */ #define PHP_MAJOR_VERSION 8 #define PHP_MINOR_VERSION 0 -#define PHP_RELEASE_VERSION 1 +#define PHP_RELEASE_VERSION 2 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.0.1-dev" -#define PHP_VERSION_ID 80001 +#define PHP_VERSION "8.0.2-dev" +#define PHP_VERSION_ID 80002