From 1dd3b9212e2e3a1c75783e73a7385555e27da7a3 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 8 Apr 2014 18:13:10 +0000 Subject: [PATCH] 3.7.2 Built from https://develop.svn.wordpress.org/branches/3.7@28056 git-svn-id: http://core.svn.wordpress.org/branches/3.7@27888 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index d02341ace2..5d0254e10a 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -36,9 +36,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

-

Version %1$s addressed %2$s bug.', - 'Version %1$s addressed %2$s bugs.', 9 ), '3.7.2', number_format_i18n( 9 ) ); ?> +

+

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

Version %1$s addressed %2$s bug.', diff --git a/wp-includes/version.php b/wp-includes/version.php index 59151ca7a9..a42664daf9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.7.2-RC1'; +$wp_version = '3.7.2'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.