From 8b919c31755e3a29dc0b390834b9700c896ba485 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Fri, 21 Oct 2022 12:49:50 +0200 Subject: [PATCH] Revert incorrect PHP-7.4 version constants --- main/php_version.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main/php_version.h b/main/php_version.h index e7993749fd9..2e19098460e 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,8 +1,8 @@ /* automatically generated by configure */ /* edit configure.ac to change version number */ -#define PHP_MAJOR_VERSION 8 -#define PHP_MINOR_VERSION 2 -#define PHP_RELEASE_VERSION 0 +#define PHP_MAJOR_VERSION 7 +#define PHP_MINOR_VERSION 4 +#define PHP_RELEASE_VERSION 31 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.2.0-dev" -#define PHP_VERSION_ID 80200 +#define PHP_VERSION "7.4.31-dev" +#define PHP_VERSION_ID 70431