summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/version.php
blob: 53c9f161188c1efece1e00be77fc29603d91e0db (plain)
1
2
3
4
5
6
7
<?php

// This just holds the version number, in a separate file so we can bump it without cluttering the SVN

$wp_version = '1.6-ALPHA-do-not-use';

?>