diff --git a/readme.html b/readme.html index e9b764a526..176bc43412 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 3.9.18 +
Version 3.9.19

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 45d440f47d..d21ababd23 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.', 5 ), '3.9.19' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_3.9.19' ); ?> +

Version %1$s addressed %2$s bug.', 'Version %1$s addressed %2$s bugs.', 1 ), '3.9.18', number_format_i18n( 1 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_3.9.18' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 7f1578b816..5fd8aea21b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.9.18'; +$wp_version = '3.9.19'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.