From 09260c38a30cb3b3abb0efb4cfa22c1306fe8cd0 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 31 Oct 2017 13:43:30 +0000 Subject: [PATCH] Bump 4.0 branch to version 4.0.20. git-svn-id: https://develop.svn.wordpress.org/branches/4.0@42077 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/wp-admin/about.php | 5 ++++- src/wp-includes/version.php | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5bebc4a5d4..05d4ae9cfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.0.19", + "version": "4.0.20", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 6cdc444695..a08d1f08f4 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -42,7 +42,10 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

Version %s addressed one security issue.' ), '4.0.20' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.0.20' ); ?> +

Version %1$s addressed a security issue.', 'Version %1$s addressed some security issues.', 8 ), '4.0.19' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.0.19' ); ?> diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 14cddbb739..b69c4dcf2a 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.0.19-src'; +$wp_version = '4.0.20-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.