From e10af224e213183b160749ccc8125748e76942d9 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Wed, 2 Aug 2017 20:58:32 +0000 Subject: [PATCH] Bump 4.8 branch to version 4.8.1. Built from https://develop.svn.wordpress.org/branches/4.8@41210 git-svn-id: http://core.svn.wordpress.org/branches/4.8@41050 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 22 ++++++++++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 47524fc0b1..b720cd5d9b 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -43,6 +43,28 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); +
+

+

+ Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', + 29 + ), + '4.8.1', + number_format_i18n( 29 ) + ); + ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.8.1' ); + ?> +

+
+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 00a50e23df..16fb0e6461 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8.1-RC2-41203'; +$wp_version = '4.8.1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.