Version bumps.

git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@12167 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-11-11 23:22:44 +00:00
parent 9720d33dfb
commit bf0858ab09
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
<body> <body>
<h1 id="logo" style="text-align: center"> <h1 id="logo" style="text-align: center">
<img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /> <img alt="WordPress" src="wp-admin/images/wordpress-logo.png" />
<br /> Version 2.8.5 <br /> Version 2.8.6
</h1> </h1>
<p style="text-align: center">Semantic Personal Publishing Platform</p> <p style="text-align: center">Semantic Personal Publishing Platform</p>
@ -29,7 +29,7 @@
<h1>Upgrading</h1> <h1>Upgrading</h1>
<p>Before you upgrade anything, make sure you have backup copies of any files you may have modified such as <code>index.php</code>.</p> <p>Before you upgrade anything, make sure you have backup copies of any files you may have modified such as <code>index.php</code>.</p>
<h2>Upgrading from any previous WordPress to 2.8.5:</h2> <h2>Upgrading from any previous WordPress to 2.8.6:</h2>
<ol> <ol>
<li>Delete your old WP files, saving ones you've modified.</li> <li>Delete your old WP files, saving ones you've modified.</li>
<li>Upload the new files.</li> <li>Upload the new files.</li>

View File

@ -8,7 +8,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.