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
|
|
|
|
2006-02-12 02:43:15 -05:00
|
|
|
$wp_version = '2.1-alpha1';
|
2006-02-14 18:22:22 -05:00
|
|
|
$wp_db_version = 3531;
|
2004-01-27 20:52:58 -05:00
|
|
|
|
2006-01-31 15:05:42 -05:00
|
|
|
?>
|