diff --git a/readme.html b/readme.html index 11a4ca1d40..2169440d32 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.7 +
Version 4.7.1

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 555903bcde..2904ced585 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -43,6 +43,14 @@ 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.', 62 ), '4.7.1', number_format_i18n( 62 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.7.1' ); ?> +

+
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index bf6b94b64d..0bbb467a9c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7.1-RC1-39844'; +$wp_version = '4.7.1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.