Bumpity bump bump.

git-svn-id: https://develop.svn.wordpress.org/trunk@11549 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2009-06-11 01:29:29 +00:00
parent ad0b56690a
commit f72a72e119

View File

@ -8,14 +8,14 @@
*
* @global string $wp_version
*/
$wp_version = '2.8-RC1';
$wp_version = '2.8';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 10851;
$wp_db_version = 11548;
/**
* Holds the TinyMCE version
@ -29,4 +29,4 @@ $tinymce_version = '3241-1141';
*
* @global string $manifest_version
*/
$manifest_version = '20090517';
$manifest_version = '20090610';