From b9381e6229159ebeb02767aa3b002e9525e3aebd Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Tue, 3 Apr 2018 20:23:31 +0000 Subject: [PATCH] Bump 4.8 branch to version 4.8.6 Built from https://develop.svn.wordpress.org/branches/4.8@42934 git-svn-id: http://core.svn.wordpress.org/branches/4.8@42764 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 3 +++ wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 73c9735e5f..b1ddd05631 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -45,6 +45,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

Version %s addressed some security issues.' ), '4.8.6' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.8.6' ); ?> +

Version %s addressed one security issue.' ), '4.8.5' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.8.5' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 6f418532af..141cc6622a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8.5'; +$wp_version = '4.8.6'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.