summaryrefslogtreecommitdiffstats
path: root/wp-includes/version.php
blob: 7a78e447c73a2b6f88a94aa83803312a3f796f34 (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 = '2.3.2';
$wpmu_version = '1.3.1';
$wp_db_version = 6124;

?>