Commit 92ca4e2a5e for wordpress.org

commit 92ca4e2a5e9df663905739743545fa90a7192c31
Author: johnbillion <johnbillion@git.wordpress.org>
Date:   Wed Sep 16 20:12:49 2026 +0000

    Build/Test Tools: Add a shorter timeout limit to the individual steps that perform a build.

    The result of this change is that if a build stalls, the shorter timeout will be hit rather than the job stalling until the timeout defined at the workflow level, which is upwards of 20 minutes.

    Developed in https://github.com/WordPress/wordpress-develop/pull/13564

    See #66116, #65845

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 40475b43cc..11e43009ed 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63642';
+$wp_version = '7.2-alpha-63643';

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