summaryrefslogtreecommitdiffstats
path: root/wp-includes/version.php
blob: 83819c6c50105396b2117cdbe113451757b0fb56 (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.3-2.2.1';
$wp_db_version = 5200;

?>