summaryrefslogtreecommitdiffstats
path: root/wp-includes/version.php
blob: fb8e7149d97686c09e7aacc5cd0f647afee2d9d5 (plain)
1
2
3
4
5
6
7
8
9
<?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.4';
$wporg_version = 'wordpress-2.2.2';
$wp_db_version = 5200;

?>