Commit d045429669 for wordpress.org

commit d045429669696a4bf636352c7c2b8976a996f59f
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Thu Sep 24 16:28:48 2026 +0000

    Build/Test Tools: Revert the build file-type check.

    Revert [63917] pending agreement on the placement of generated PHP files and the exceptions allowed by the check.

    See #65279, #65278.

    Built from https://develop.svn.wordpress.org/trunk@63918


    git-svn-id: http://core.svn.wordpress.org/trunk@63087 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 718b47f2ad..fe7907e8b9 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63917';
+$wp_version = '7.2-alpha-63918';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.