From c33337c395a42a2cefcabc5c2ed72f66aab4ae0b Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 29 Nov 2017 19:00:32 +0000 Subject: [PATCH] Bump 4.5 branch to 4.5.12. Built from https://develop.svn.wordpress.org/branches/4.5@42320 git-svn-id: http://core.svn.wordpress.org/branches/4.5@42149 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 a36e0f1eec..3d6f9c1101 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -40,6 +40,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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

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

diff --git a/wp-includes/version.php b/wp-includes/version.php index 7318bc17c2..941be57a02 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5.11'; +$wp_version = '4.5.12'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.