diff --git a/readme.html b/readme.html index cd853e0089..dea3292831 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.2.7 +
Version 4.2.8

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 955d7ff630..82c51b5bce 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -41,7 +41,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

Version %1$s addressed a security issue.', + 'Version %1$s addressed some security issues.', 6 ), '4.2.8' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.2.8' ); ?> +

Version %1$s addressed a security issue.', 'Version %1$s addressed some security issues.', 2 ), '4.2.7' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.2.7' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 63187bf3dc..cde7f54702 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2.7'; +$wp_version = '4.2.8'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.