From 59522ba968d9e736c8c1bc80aa96c5d336b4f979 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 22 May 2021 15:42:57 +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 769c5ee5bc6..0e98d566e12 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 20 +#define PHP_RELEASE_VERSION 21 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.4.20-dev" -#define PHP_VERSION_ID 70420 +#define PHP_VERSION "7.4.21-dev" +#define PHP_VERSION_ID 70421