2004-01-28 01:52:58 +00:00
|
|
|
<?php
|
|
|
|
|
2006-06-17 02:20:54 +00:00
|
|
|
// This holds the version number in a separate file so we can bump it without cluttering the SVN
|
2004-01-28 01:52:58 +00:00
|
|
|
|
2007-09-11 01:43:49 +00:00
|
|
|
$wp_version = '2.3-beta3';
|
2007-09-11 18:13:56 +00:00
|
|
|
$wp_db_version = 6075;
|
2004-01-28 01:52:58 +00:00
|
|
|
|
2006-11-30 01:54:05 +00:00
|
|
|
?>
|