diff --git a/package.json b/package.json index 5204784ca7..b5a05794dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.7.10", + "version": "4.7.11", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 1247677c63..59178d4017 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -45,6 +45,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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

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

diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index d667f55f19..3249e495ff 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7.10-src'; +$wp_version = '4.7.11-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.