From 9ee19ac71fe4113350df46f616784d468599ad4d Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 31 May 2010 21:49:13 +0000 Subject: [PATCH] /me bumps versions. git-svn-id: http://svn.automattic.com/wordpress/trunk@15084 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 aec1890815..b1a159a992 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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