diff --git a/readme.html b/readme.html index fa7071c641..9cc7b39ba4 100644 --- a/readme.html +++ b/readme.html @@ -8,7 +8,7 @@

WordPress -
Version 2.8.5 +
Version 2.8.6

Semantic Personal Publishing Platform

@@ -29,7 +29,7 @@

Upgrading

Before you upgrade anything, make sure you have backup copies of any files you may have modified such as index.php.

-

Upgrading from any previous WordPress to 2.8.5:

+

Upgrading from any previous WordPress to 2.8.6:

  1. Delete your old WP files, saving ones you've modified.
  2. Upload the new files.
  3. diff --git a/wp-includes/version.php b/wp-includes/version.php index 401a3a9598..a35e848a19 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -8,7 +8,7 @@ * * @global string $wp_version */ -$wp_version = '2.8.5'; +$wp_version = '2.8.6-beta'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.