What *should* the version.php file show?
<?php
// This holds the version number in a separate file so we can bump it without cluttering the SVN
$wp_version = '2.3.1';
$wp_db_version = 6124;
?>
what should be displayed for 2.3.2? (the db_version)