Commit 8e52502ce4 for wordpress.org

commit 8e52502ce43e17f94b0ee121ddaf210d0d22175c
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Sat Sep 26 15:47:48 2026 +0000

    Build/Test Tools: Match raw PR body when closing PRs for fixed Trac tickets.

    Search for the bare ticket number as well, and check the raw PR body instead of `bodyText`, so pull requests that link the ticket with Markdown are closed when the ticket is fixed.

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

    Props irozum, siliconforks, desrosj.
    Fixes #65892.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 1a731dfdb3..be2cd2bafe 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63944';
+$wp_version = '7.2-alpha-63945';

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