Commit 1e6f2b129e for wordpress.org

commit 1e6f2b129eae0ad182929b6e10f9f4e75efd7845
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Tue Sep 15 21:31:50 2026 +0000

    Tests: Reduce export fixture cost and fix upload cleanup.

    Create export attachment fixtures directly in the database instead of copying images and generating intermediate sizes. Preserve the attachment parent and featured-image relationships.

    Cache an initially empty upload snapshot and clean up files created by the admin media tests, preventing leftover uploads from changing later filenames. Add regression coverage for empty and nonempty initial snapshots.

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

    Props sainathpoojary.
    See #66074.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index e07b94f652..72d48de2fe 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63630';
+$wp_version = '7.2-alpha-63631';

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