diff --git a/wp-admin/about.php b/wp-admin/about.php index b1ddd05631..afe521b8ab 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 one security issue.' ), '4.8.7' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.8.7' ); ?> +

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

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