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

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

$wp_version = 'wordpress-mu-1.0'; // Let's just avoid confusion
$wp_db_version = 3845;

?>