From: Sara Golemon Date: Tue, 13 Feb 2018 19:32:37 +0000 (-0500) Subject: Now working on 7.2.4-dev X-Git-Tag: php-7.2.4RC1~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dd2a4185c7055415b7ec7a16d9b23989315dee5;p=php Now working on 7.2.4-dev --- diff --git a/main/php_version.h b/main/php_version.h index 4e8d8442c6..620e811f39 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 2 -#define PHP_RELEASE_VERSION 3 +#define PHP_RELEASE_VERSION 4 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.2.3-dev" -#define PHP_VERSION_ID 70203 +#define PHP_VERSION "7.2.4-dev" +#define PHP_VERSION_ID 70204