From f90f5c86e562d684fca1724a99977a66aea26057 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 31 May 2010 21:49:13 +0000 Subject: [PATCH] /me bumps versions. git-svn-id: https://develop.svn.wordpress.org/trunk@15084 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 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