Turn off Post Revisions

A fairly new feature in Wordpress but one which I personally do not like is Post revisions, lets switch them off. You need to edit wp-config.php

// wp-config.php
// Turn off revisions
define ('WP_POST_REVISIONS', 0);