diff --git a/readme.html b/readme.html index 8423ca4320..0c5ec5de92 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@
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.