From 67a0654bcb4575f7175bccc1acc02c2b14f86890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Thu, 23 Apr 2015 21:35:52 +0000 Subject: [PATCH] The 3.9 branch is now 3.9.5. Built from https://develop.svn.wordpress.org/branches/3.9@32284 git-svn-id: http://core.svn.wordpress.org/branches/3.9@32255 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-admin/about.php | 6 +++++- wp-includes/version.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.html b/readme.html index ddfa8568e5..ddd2a00fcd 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 3.9.4 +
Version 3.9.5

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 46d1a2b3af..ff20cd7504 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 %2$s bug.', + 'Version %1$s addressed %2$s bugs.', 1 ), '3.9.5', number_format_i18n( 1 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_3.9.5' ); ?> +

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