From ccfd64c423773d5a169bc6dda941482862b3f0db Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Thu, 13 Dec 2018 02:11:45 +0000 Subject: [PATCH] Bump 5.0 branch to version 5.0.1. Built from https://develop.svn.wordpress.org/branches/5.0@44077 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43907 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 14 ++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 1c83739ffc..c6621d34e9 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -60,6 +60,20 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); +
+

+

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

+
+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 6ab4331d5c..8f748d64e8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0.1-alpha-44050'; +$wp_version = '5.0.1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.