Remove the WordPress version from the page head

remove_action('wp_head', 'wp_generator');

// also strips it from the feeds, which wp_generator does not cover
add_filter('the_generator', '__return_empty_string');