Upgrade DBX to version 2.0.5 to fix occasional cookie error. fixes #3397

git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@4957 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2007-03-02 07:13:57 +00:00
parent ef812176a0
commit 0fc71bb322
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
// This just holds the version number, in a separate file so we can bump it without cluttering the SVN
$wp_version = '2.0.9';
$wp_version = '2.0.10-alpha';
$wp_db_version = 3441;
?>