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
This commit is contained in:
westi 2008-06-20 16:15:21 +00:00
parent 9d418f4cf2
commit a9e944fee6
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ $wp_version = '2.6-bleeding2';
*
* @global int $wp_db_version
*/
$wp_db_version = 8000;
$wp_db_version = 8134;
?>