From fc8bfd0dd32269be2ec7b3069feacc55fb26013b Mon Sep 17 00:00:00 2001 From: ellatrix Date: Tue, 11 Nov 2025 15:08:31 +0000 Subject: [PATCH] WordPress 6.9 RC 1. Built from https://develop.svn.wordpress.org/trunk@61213 git-svn-id: http://core.svn.wordpress.org/trunk@60549 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 21a6b24f3e..ef7cc42fc0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-beta4-61212'; +$wp_version = '6.9-RC1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.