From 2878b0618a519ec3b1311715e1d5e263adc3923f Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Sat, 3 Apr 2010 01:50:01 +0000 Subject: [PATCH] Bump versions for 3.0-beta1 git-svn-id: https://develop.svn.wordpress.org/trunk@13954 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 2fc0e40fd3..0011771eaf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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