Commit 90cb1818445 for php.net

commit 90cb18184451444a5a33a65dfadc1fb49699a3c8
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date:   Tue Feb 24 18:45:08 2026 -0500

    php_version.h: remove trailing whitespace

    Causes the verification of generated files to fail

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