diff --git a/readme.html b/readme.html index 914fb2a4a0..efa35c1fff 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 3.9.2 +
Version 3.9.3

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index f5c786012f..89b8c95b53 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -40,6 +40,10 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

Version %1$s addressed a security issue.', + 'Version %1$s addressed some security issues.', 9 ), '3.9.3', number_format_i18n( 9 ) ); ?> + the release notes.' ), 'http://codex.wordpress.org/Version_3.9.3' ); ?> +

Version %1$s addressed a security issue.', 'Version %1$s addressed some security issues.', 6 ), '3.9.2', number_format_i18n( 6 ) ); ?> the release notes.' ), 'http://codex.wordpress.org/Version_3.9.2' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 78f03cbb83..d3d0b9fed1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.9.3-alpha'; +$wp_version = '3.9.3'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.