2004-01-28 01:52:58 +00:00
|
|
|
<?php
|
|
|
|
|
2005-05-05 23:13:24 +00:00
|
|
|
// This just 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
|
|
|
|
2006-02-12 07:43:15 +00:00
|
|
|
$wp_version = '2.1-alpha1';
|
2006-04-02 00:33:10 +00:00
|
|
|
$wp_db_version = 3672;
|
2004-01-28 01:52:58 +00:00
|
|
|
|
2006-01-31 20:05:42 +00:00
|
|
|
?>
|