summaryrefslogtreecommitdiffstats
path: root/wp-includes/version.php
blob: f6ba1d55771a87f2d7ee6a9129abb3703267a7b8 (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.2'; // Let's just avoid confusion
$wp_db_version = 4772;

?>