diff --git a/readme.html b/readme.html index 24b065175f..dc8e0d4c16 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.4.10 +
Version 4.4.11

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index e610ce9bdd..49c0fd2717 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.11' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.4.11' ); ?> +

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

diff --git a/wp-includes/version.php b/wp-includes/version.php index b197207a36..74a9fcc696 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4.10'; +$wp_version = '4.4.11'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.