2004-01-27 20:52:58 -05:00
|
|
|
<?php
|
|
|
|
|
2005-05-05 19:13:24 -04:00
|
|
|
// This just holds the version number, in a separate file so we can bump it without cluttering the SVN
|
2004-01-27 20:52:58 -05:00
|
|
|
|
2005-11-18 19:19:43 -05:00
|
|
|
$wp_version = '2.0-beta-1';
|
2005-11-21 04:13:20 -05:00
|
|
|
$wp_db_version = 3183;
|
2004-01-27 20:52:58 -05:00
|
|
|
|
2005-11-18 19:19:43 -05:00
|
|
|
?>
|