diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index f8c48bb195b3c..cf22cdfd9ab26 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -60,6 +60,37 @@ +
+
+

+

+ Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', + 31 + ), + '7.0.1', + 31 + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version. */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '7.0.1' ) + ) + ); + ?> +

+
+
+

diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 934e5d0bb5369..d2bbb26f6e31d 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.1-alpha-62161-src'; +$wp_version = '7.0.1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.