From 91ff38968305469e20c9954bffe29021fac24b75 Mon Sep 17 00:00:00 2001 From: "Aaron D. Campbell" Date: Thu, 26 Jan 2017 18:22:04 +0000 Subject: [PATCH] Bump 4.4 branch to version 4.4.7. git-svn-id: https://develop.svn.wordpress.org/branches/4.4@39999 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/readme.html | 2 +- src/wp-admin/about.php | 3 +++ src/wp-includes/version.php | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c076837fcf..94bab62b97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.4.6", + "version": "4.4.7", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/readme.html b/src/readme.html index 40652f7122..2018586674 100644 --- a/src/readme.html +++ b/src/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.4.6 +
Version 4.4.7

Semantic Personal Publishing Platform

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

+

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

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

diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 99c13a6960..42a9b0e235 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4.6-src'; +$wp_version = '4.4.7-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.