From 3fdaf059b988da469ebf624cc0549dbfe9f556af Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 31 Oct 2017 13:07:32 +0000 Subject: [PATCH] Bump 4.8 branch to version 4.8.3. Built from https://develop.svn.wordpress.org/branches/4.8@42069 git-svn-id: http://core.svn.wordpress.org/branches/4.8@41898 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 3 +++ wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 7a8295658f..bcefac9f85 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -45,6 +45,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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

Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 5 ), '4.8.2', number_format_i18n( 5 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.8.2' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index db4e8779c1..ff2d4d6cd7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8.2'; +$wp_version = '4.8.3'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.