From 90cb18184451444a5a33a65dfadc1fb49699a3c8 Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Tue, 24 Feb 2026 18:45:08 -0500 Subject: [PATCH] php_version.h: remove trailing whitespace Causes the verification of generated files to fail --- main/php_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/php_version.h b/main/php_version.h index 733fa3ecdfd..7a6c08509bb 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 8 #define PHP_MINOR_VERSION 4 -#define PHP_RELEASE_VERSION 20 +#define PHP_RELEASE_VERSION 20 #define PHP_EXTRA_VERSION "-dev" #define PHP_VERSION "8.4.20-dev" #define PHP_VERSION_ID 80420