From a80bb4a686e268fcddec667aef2cf068aefeb368 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Tue, 19 Sep 2017 20:02:00 +0000 Subject: [PATCH] Bump 4.4 branch to version 4.4.11. Built from https://develop.svn.wordpress.org/branches/4.4@41514 git-svn-id: http://core.svn.wordpress.org/branches/4.4@41347 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-admin/about.php | 3 +++ wp-includes/version.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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.