mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Bumpity bump bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@11549 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ad0b56690a
commit
f72a72e119
@ -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
Block a user