diff --git a/readme.html b/readme.html index 0c5ec5de92..938acad034 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.6.5 +
Version 4.6.6

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 340f7ffb31..de021efb8a 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 some security issues.' ), '4.6.6' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.6.6' ); ?> +

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' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 102f1651d1..8a0a15d4a1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6.5'; +$wp_version = '4.6.6'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.