diff --git a/wp-admin/about.php b/wp-admin/about.php index b7aca0bed1..ab5a351035 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -30,6 +30,28 @@ 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.', + 11 + ), + '4.9.1', + number_format_i18n( 11 ) + ); + ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.9.1' ); + ?> +

+
+

diff --git a/wp-includes/version.php b/wp-includes/version.php index ead4dba6ce..3e7723e815 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.1-beta1-42267'; +$wp_version = '4.9.1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.