From 9fc155d5995d7d53de5fa16b31a1d6cff569f60a Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Fri, 20 Jun 2008 16:15:21 +0000 Subject: [PATCH] Bump the db_version so people get the new options for #7157. git-svn-id: https://develop.svn.wordpress.org/trunk@8138 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 3e818326b8..ae4d622dc0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,6 +16,6 @@ $wp_version = '2.6-bleeding2'; * * @global int $wp_db_version */ -$wp_db_version = 8000; +$wp_db_version = 8134; ?>