From a5312c0fa0d4fc6129e3237a3a91801b66b5e9b8 Mon Sep 17 00:00:00 2001 From: dmsnell Date: Thu, 26 Mar 2026 16:23:43 +0000 Subject: [PATCH] Build: Restore deleted files and reconnect version history (follow-up). Adds files that were missed in [62143]. Developed in: https://github.com/WordPress/wordpress-develop/pull/11064 Discussed in: https://core.trac.wordpress.org/ticket/64393 Follow-up to [62143]. Props desrosj, dmsnell, ellatrix. See #64393. Built from https://develop.svn.wordpress.org/trunk@62147 git-svn-id: http://core.svn.wordpress.org/trunk@61429 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index e62f10c832..af15919760 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-RC1-62146'; +$wp_version = '7.0-RC1-62147'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.