diff --git a/wp-admin/install.php b/wp-admin/install.php index 8fa704aa60..f857a0362e 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -202,7 +202,7 @@ switch($step) { display_header(); ?>

-

ReadMe documentation at your leisure. Otherwise, just fill in the information below and you’ll be on your way to using the most extendable and powerful personal publishing platform in the world.' ), '../readme.html' ); ?>

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 4d822be4dc..85d021ed37 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.0-beta4-20140825'; +$wp_version = '4.0-beta4-20140826'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.