From c0a3701246f787434271b9be73af862a435b9fa1 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 30 Nov 2022 22:33:14 +0000 Subject: [PATCH] Security: Update supported WordPress versions in security policy. Removes WordPress versions 3.7.x-4.0.x from the list of supported versions in the security policy. Props audrasjb, peterwilsoncc. Fixes #57217. Built from https://develop.svn.wordpress.org/trunk@54918 git-svn-id: http://core.svn.wordpress.org/trunk@54470 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 5217737430..7b9d8716da 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54917'; +$wp_version = '6.2-alpha-54918'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.