Commit 856b05d064 for wordpress.org

commit 856b05d06432f58729acac43357c4ee93fc95781
Author: westonruter <westonruter@git.wordpress.org>
Date:   Thu Sep 10 23:08:48 2026 +0000

    Build/Test Tools: Add `libxml` to the suggested extensions in `composer.json`.

    There are `LIBXML_*` constants conditionally used in SimplePie, ID3, and PHPUnit tests.

    Follow-up to r63004.

    See #65819, #65571.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index d62404eb5b..117e923440 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63596';
+$wp_version = '7.2-alpha-63597';

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