From 125fc0b8d4ea34ef2575de7195e03aebd994bb87 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 5 May 2021 15:18:46 +0200 Subject: [PATCH] Update version in php_version.h as well The version there is automatically updated during `./configure`, but not on Windows. --- main/php_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/php_version.h b/main/php_version.h index 4a19a0e7f9a..769c5ee5bc6 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 19 +#define PHP_RELEASE_VERSION 20 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.4.19-dev" -#define PHP_VERSION_ID 70419 +#define PHP_VERSION "7.4.20-dev" +#define PHP_VERSION_ID 70420