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

git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4957 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2007-03-02 07:13:57 +00:00
parent 5b93ba5f76
commit 8d8219d4bd
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;
?>