From ecb825e4f191edd4dd0ecbd2669a95aae3514ff0 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 11 Jun 2009 01:29:29 +0000 Subject: [PATCH] Bumpity bump bump. git-svn-id: http://svn.automattic.com/wordpress/trunk@11549 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 8f24228cfb..dde44fbdca 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -8,14 +8,14 @@ * * @global string $wp_version */ -$wp_version = '2.8-RC1'; +$wp_version = '2.8'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ -$wp_db_version = 10851; +$wp_db_version = 11548; /** * Holds the TinyMCE version @@ -29,4 +29,4 @@ $tinymce_version = '3241-1141'; * * @global string $manifest_version */ -$manifest_version = '20090517'; +$manifest_version = '20090610';