Bumpity bump bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11549 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4a60e70973
commit
ecb825e4f1
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue