Bump the db version so [7841] has an affect.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7842 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-04-28 06:19:33 +00:00
parent 5a375132ac
commit b119ab7003
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ $wp_version = '2.6-bleeding';
*
* @global int $wp_db_version
*/
$wp_db_version = 7796;
$wp_db_version = 7842;
?>