/me bumps versions.

git-svn-id: https://develop.svn.wordpress.org/trunk@15084 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-05-31 21:49:13 +00:00
parent 817064457b
commit f90f5c86e5
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
*
* @global string $wp_version
*/
$wp_version = '3.0-RC1-15069';
$wp_version = '3.0-RC1-15084';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 14984;
$wp_db_version = 15084;
/**
* Holds the TinyMCE version