From 9c29274681e22b6aa6c8b2fb53c4af0c5e6765c1 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 31 Oct 2017 13:15:33 +0000 Subject: [PATCH] Bump 4.6 branch to version 4.6.8. Built from https://develop.svn.wordpress.org/branches/4.6@42071 git-svn-id: http://core.svn.wordpress.org/branches/4.6@41900 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 0fce662710..5977bddba4 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -60,6 +60,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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

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

diff --git a/wp-includes/version.php b/wp-includes/version.php index b09e754658..803159ddc2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6.7'; +$wp_version = '4.6.8'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.