Commit 5c48360fe7 for wordpress.org

commit 5c48360fe7f26fc8648a47fc3180f6d78283e731
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Fri Sep 25 14:46:48 2026 +0000

    Tests: Assert the Blowfish salt prefix and length.

    Check that gensalt_blowfish() returns the expected identifier, configured cost, and 29-character salt. Remove the doesNotPerformAssertions annotation while preserving the PHP 8.1 deprecation regression check.

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

    Props shailu25.
    See #40538.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index bbd6bcccda..5abf696039 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63931';
+$wp_version = '7.2-alpha-63932';

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