summaryrefslogtreecommitdiffstats
path: root/wp-includes/version.php
blob: 1a3d5319bf615a331619d6ed75980444f5ba6790 (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.3rc1';
$wporg_version = 'wordpress-2.3';
$wp_db_version = 6124;

?>