From 918a5c9548027b9484d9fcfbca09ab475ac0668d Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 9 Apr 2024 21:05:15 +0000 Subject: [PATCH] WordPress 6.5.2. Built from https://develop.svn.wordpress.org/branches/6.5@57978 git-svn-id: http://core.svn.wordpress.org/branches/6.5@57464 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 94d3282849..bed207380a 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -53,7 +53,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; 'Version %1$s addressed a security issue and fixed %2$s bugs.', 12 ), - '6.5.1', + '6.5.2', '12' ); ?> @@ -64,7 +64,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; sprintf( /* translators: %s: WordPress version. */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), - sanitize_title( '6.5.1' ) + sanitize_title( '6.5.2' ) ) ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index db7f933bcb..7fac17cbe6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5.1'; +$wp_version = '6.5.2'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.