diff --git a/readme.html b/readme.html index 2018586674..44a174220d 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.4.7 +
Version 4.4.8

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index bdeb384dce..a7a2907da8 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -50,6 +50,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

Version %s addressed some security issues.' ), '4.4.8' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.4.8' ); ?> +

Version %s addressed some security issues.' ), '4.4.7' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.4.7' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 3349f980b0..f66cb876c9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4.7'; +$wp_version = '4.4.8'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.