From a9e944fee61f376f629578ac013f7764de9a6ac2 Mon Sep 17 00:00:00 2001 From: westi 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: http://svn.automattic.com/wordpress/trunk@8138 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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; ?>