Bump versions for 3.0-beta1

git-svn-id: http://svn.automattic.com/wordpress/trunk@13954 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2010-04-03 01:50:01 +00:00
parent eb14ca3036
commit 0af8aa67b6
1 changed files with 2 additions and 2 deletions

View File

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