2004-01-28 02:52:58 +01:00
|
|
|
<?php
|
|
|
|
|
2005-05-06 01:13:24 +02:00
|
|
|
// This just holds the version number, in a separate file so we can bump it without cluttering the SVN
|
2004-01-28 02:52:58 +01:00
|
|
|
|
2006-01-09 23:29:36 +01:00
|
|
|
$wp_version = '2.0.1-alpha';
|
2006-01-14 23:09:51 +01:00
|
|
|
$wp_db_version = 3437;
|
2004-01-28 02:52:58 +01:00
|
|
|
|
2005-11-22 10:56:15 +01:00
|
|
|
?>
|