From: Christoph M. Becker Date: Fri, 6 Mar 2020 16:49:55 +0000 (+0100) Subject: PHP-7.4 is now 7.4.5-dev X-Git-Tag: php-7.4.7RC1~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02beefd5afcf8779313c36c45cad308a66e92aac;p=php PHP-7.4 is now 7.4.5-dev --- diff --git a/main/php_version.h b/main/php_version.h index 27e342e367..78a44f7cf3 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 3 +#define PHP_RELEASE_VERSION 5 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.4.3-dev" -#define PHP_VERSION_ID 70403 +#define PHP_VERSION "7.4.5-dev" +#define PHP_VERSION_ID 70405