Version Information
Add this to your functions.php file to remove WP version info:
function remove_wp_version() {
return '';
}
add_filter('the_generator', 'remove_wp_version');
also, rename the readme.html file because it also stores version info.