From 43c3b11ceee58d0302189fbaedfad2276a992004 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 20 Apr 2017 16:22:35 +0000 Subject: [PATCH] Bump 4.6 branch to version 4.6.5. Built from https://develop.svn.wordpress.org/branches/4.6@40488 git-svn-id: http://core.svn.wordpress.org/branches/4.6@40364 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-admin/about.php | 4 ++++ wp-includes/version.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.html b/readme.html index 8423ca4320..0c5ec5de92 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.6.4 +
Version 4.6.5

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 7fbde6c01b..340f7ffb31 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -60,6 +60,10 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', 1 ), '4.6.5', number_format_i18n( 1 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.6.5' ); ?> +

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

diff --git a/wp-includes/version.php b/wp-includes/version.php index 78d9cc98c6..102f1651d1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6.4'; +$wp_version = '4.6.5'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.