diff --git a/wp-admin/about.php b/wp-admin/about.php index acfeb1fbb9..a36e0f1eec 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -40,6 +40,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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

Version %s addressed some security issues.' ), '4.5.10' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.5.10' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index c289184b0d..7318bc17c2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5.10'; +$wp_version = '4.5.11'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.