diff --git a/readme.html b/readme.html index 4dd09a8aec..b9b29b8973 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.1.6 +
Version 4.1.7

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 0844880b91..ccae61e2bd 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -42,7 +42,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

Version %1$s addressed some security issues and fixed %2$s bug.', + 'Version %1$s addressed some security issues and fixed %2$s bugs.', 4 ), '4.1.7', number_format_i18n( 4 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.1.7' ); ?> +

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