Commit ae0fdb447a for wordpress.org
commit ae0fdb447a7acd5dca3a6bdcd99a28fb69ae019c
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Mon Sep 21 16:34:51 2026 +0000
Build/Test Tools: Avoid Grunt shutdown hangs on Node.js 24.
Disable Maglev and concurrent Sparkplug at process startup for Grunt npm scripts to avoid the background compiler shutdown deadlock. Route Gutenberg downloads and rebuilds through the same scripts.
Use npm run grunt for manual tasks that need the workaround while an upstream Node.js fix is pending.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13608
Props manzoorwanijk, lucatume, johnbillion.
Fixes #66116.
Built from https://develop.svn.wordpress.org/trunk@63771
git-svn-id: http://core.svn.wordpress.org/trunk@62943 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 31dc2c4d07..5dfc5beba5 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63770';
+$wp_version = '7.2-alpha-63771';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.