/me bumps versions.
git-svn-id: https://develop.svn.wordpress.org/trunk@15084 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
817064457b
commit
f90f5c86e5
|
@ -8,14 +8,14 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
*
|
*
|
||||||
* @global int $wp_db_version
|
* @global int $wp_db_version
|
||||||
*/
|
*/
|
||||||
$wp_db_version = 14984;
|
$wp_db_version = 15084;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the TinyMCE version
|
* Holds the TinyMCE version
|
||||||
|
|
Loading…
Reference in New Issue