diff --git a/wp-admin/about.php b/wp-admin/about.php index 2aa14fa837..a7d7ef8a2f 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.', 4 ), '4.2.18' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.2.18' ); ?> +

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

diff --git a/wp-includes/version.php b/wp-includes/version.php index 5e9fd2d63f..27ae6d2f92 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2.17'; +$wp_version = '4.2.18'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.