From: Christoph M. Becker Date: Wed, 8 Jan 2020 17:26:14 +0000 (+0100) Subject: Bump version X-Git-Tag: php-7.4.7RC1~323 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ea4f0e47ed6c981cb38b2b71aa409af059b94d5;p=php Bump version --- diff --git a/NEWS b/NEWS index fc7cf905d4..a5fa046938 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? ????, PHP 7.4.3 -?? ??? ????, PHP 7.4.2 +23 Jan 2020, PHP 7.4.2 - Core: . Preloading support on Windows has been disabled. (Nikita) diff --git a/main/php_version.h b/main/php_version.h index 0eada26e63..27e342e367 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 7 #define PHP_MINOR_VERSION 4 -#define PHP_RELEASE_VERSION 2 +#define PHP_RELEASE_VERSION 3 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.4.2-dev" -#define PHP_VERSION_ID 70402 +#define PHP_VERSION "7.4.3-dev" +#define PHP_VERSION_ID 70403