diff --git a/readme.html b/readme.html index 5b0029bd647b..2f5c03057241 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.1.17 +
Version 4.1.18

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 76935de16a44..7a904cd6a209 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -42,7 +42,11 @@
-

+

+

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

Version %1$s addressed %2$s bug.', 'Version %1$s addressed %2$s bugs.', 1 ), '4.1.17', number_format_i18n( 1 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.1.17' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index e9deaca3ad44..f788e875b2b8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1.17'; +$wp_version = '4.1.18'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.