diff --git a/wp-admin/about.php b/wp-admin/about.php index 6cdc444695..a08d1f08f4 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -42,7 +42,10 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

Version %s addressed one security issue.' ), '4.0.20' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.0.20' ); ?> +

Version %1$s addressed a security issue.', 'Version %1$s addressed some security issues.', 8 ), '4.0.19' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.0.19' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index fadf833313..ef108893f7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.0.19'; +$wp_version = '4.0.20'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.