I've noticed some sites when they link to their css they pass what appears to be a GET variable in addition to the link, for example the http://html5boilerplate.com html template, ?v=2
<link rel="stylesheet" href="css/style.css?v=2">
Is this a flag for some server rewrite or something more?