Commit 7798881c78 for wordpress.org

commit 7798881c7810292a05ae33b5470d8dd66cf8715a
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Tue Sep 22 23:21:47 2026 +0000

    Tests: Use strict assertions in top-level test files.

    Normalize expected IDs to match the string or integer values returned by comment, taxonomy, term, and user APIs. Use strict REST API comparisons and correct the fractional-hour date fixture to expect an integer timestamp.

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

    Props haritpanchal, desrosj.
    See #64895.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index b06e0b2168..6fb3b9cfa7 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63881';
+$wp_version = '7.2-alpha-63882';

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