Make WordPress Core

Changeset 11767


Ignore:
Timestamp:
08/02/2009 11:18:57 PM (15 years ago)
Author:
ryan
Message:

Bump

Location:
branches/2.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.8/readme.html

    r11726 r11767  
    99<h1 id="logo" style="text-align: center">
    1010    <img alt="WordPress" src="wp-admin/images/wordpress-logo.png" />
    11     <br /> Version 2.8.2
     11    <br /> Version 2.8.3
    1212</h1>
    1313<p style="text-align: center">Semantic Personal Publishing Platform</p>
     
    3030<h1>Upgrading</h1>
    3131<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>
    32 <h2>Upgrading from any previous WordPress to 2.8.2:</h2>
     32<h2>Upgrading from any previous WordPress to 2.8.3:</h2>
    3333<ol>
    3434    <li>Delete your old WP files, saving ones you've modified.</li>
  • branches/2.8/wp-includes/version.php

    r11729 r11767  
    99 * @global string $wp_version
    1010 */
    11 $wp_version = '2.8.2';
     11$wp_version = '2.8.3';
    1212
    1313/**
Note: See TracChangeset for help on using the changeset viewer.