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

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

$wp_version = 'MU'; // Let's just avoid confusion
$wp_db_version = 3308;

?>