Commit 2465c23b2b for wordpress.org
commit 2465c23b2b4ed25ee92daa4aaea6afff88eb31d6
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Thu Sep 24 15:59:53 2026 +0000
Build/Test Tools: Allow dotted groups in PHPUnit v1 and v2.
Allow periods in requested PHPUnit group names so callers can select groups such as functions.php. Continue rejecting shell syntax that legacy Docker wrappers could interpret as commands.
Follow-up to [63897].
Developed in: https://github.com/WordPress/wordpress-develop/pull/13711
Props lucatume.
See #66149.
Built from https://develop.svn.wordpress.org/trunk@63916
git-svn-id: http://core.svn.wordpress.org/trunk@63085 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index f0ee57d976..1eb7a7bf5f 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63915';
+$wp_version = '7.2-alpha-63916';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.