From a8c6439c170cbbd09726b8490525c605de6aa736 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Thu, 4 Mar 2010 08:41:34 +0000 Subject: [PATCH] Bump the schema after [13576]. Props miqrogroove. Fixes #11914 git-svn-id: https://develop.svn.wordpress.org/trunk@13581 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 85b97d926a..bda8fa45cb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -15,7 +15,7 @@ $wp_version = '3.0-alpha'; * * @global int $wp_db_version */ -$wp_db_version = 13309; +$wp_db_version = 13576; /** * Holds the TinyMCE version