Commit b2041bfc11 for wordpress.org
commit b2041bfc11a2cb18341ca675db75edc6d5ff6a0e
Author: johnbillion <johnbillion@git.wordpress.org>
Date: Wed Sep 16 20:34:50 2026 +0000
Build/Test Tools: Don't run the build prior to the PHPStan analysis.
When the PHPStan analysis was introduced in #61175 the PHP files in `src/wp-includes/blocks` and `src/wp-includes/assets` were put into place as part of the build process. Since the completion of #64393 this is no longer the case and therefore the build does not need to be run prior to PHPStan analysis.
Developed in https://github.com/WordPress/wordpress-develop/pull/13566
Props johnbillion, westonruter
See #65845
Built from https://develop.svn.wordpress.org/trunk@63644
git-svn-id: http://core.svn.wordpress.org/trunk@62819 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 11e43009ed..38ba3878bb 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63643';
+$wp_version = '7.2-alpha-63644';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.