From: Christoph M. Becker Date: Thu, 2 Jul 2020 13:30:13 +0000 (+0200) Subject: Update php_version.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ecb4680ad60cd381bb360f93014ce739ed1a9f8;p=php Update php_version.h That has apparently been overlooked. --- diff --git a/main/php_version.h b/main/php_version.h index 9924d06d19..e0dc7179aa 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 7 +#define PHP_RELEASE_VERSION 9 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.4.7-dev" -#define PHP_VERSION_ID 70407 +#define PHP_VERSION "7.4.9-dev" +#define PHP_VERSION_ID 70409