Commit 1fb47b46a6 for wordpress.org
commit 1fb47b46a63f57e2060a7e67dba6f4d37c5e37f0
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Mon Sep 7 16:06:49 2026 +0000
Build/Test Tools: Share smoke checks between install and upgrade jobs.
Move the upgrade smoke check into a composite action and run it after new installations. Continue skipping multisite because moving a network to a temporary port requires coordinated configuration and database changes.
Follow-up to [63447].
Developed in: https://github.com/WordPress/wordpress-develop/pull/13388
Props adrianmoldovanwp, lucatume.
See #66036.
Built from https://develop.svn.wordpress.org/trunk@63517
git-svn-id: http://core.svn.wordpress.org/trunk@62693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 3f9b2e92a2..0a903b125f 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63516';
+$wp_version = '7.2-alpha-63517';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.