From a4279152fcf286da771777580e1da93a626fb11a Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Tue, 4 Aug 2015 11:50:27 +0000 Subject: [PATCH] Bump 4.2 branch to version 4.2.4. Built from https://develop.svn.wordpress.org/branches/4.2@33573 git-svn-id: http://core.svn.wordpress.org/branches/4.2@33540 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 6 +++++- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 7e57572102..8105de9885 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -41,7 +41,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

Version %1$s addressed some security issues and fixed %2$s bug.', + 'Version %1$s addressed some security issues and fixed %2$s bugs.', 4 ), '4.2.4', number_format_i18n( 4 ) ); ?> + the release notes.' ), 'http://codex.wordpress.org/Version_4.2.4' ); ?> +

Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 20 ), '4.2.3', number_format_i18n( 20 ) ); ?> the release notes.' ), 'http://codex.wordpress.org/Version_4.2.3' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 7a52cda5d7..21e9f5ad1a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2.4-RC1'; +$wp_version = '4.2.4'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.