diff --git a/readme.html b/readme.html index da7aadd3fe..71bdc4a788 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 3.9.13 +
Version 3.9.14

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 394ec102b9..5405dd502d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -39,7 +39,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

Version %1$s addressed a security issue.', + 'Version %1$s addressed some security issues.', 2 ), '3.9.14' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_3.9.14' ); ?> +

Version %1$s addressed a security issue.', 'Version %1$s addressed some security issues.', 9 ), '3.9.13' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_3.9.13' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index ca991fcc0e..00005656b5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.9.13'; +$wp_version = '3.9.14'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.