2004-01-27 20:52:58 -05:00
|
|
|
<?php
|
|
|
|
|
2006-06-16 22:20:54 -04:00
|
|
|
// This 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-08-28 19:15:52 -04:00
|
|
|
$wp_version = '2.1-alpha3';
|
2006-10-04 08:18:28 -04:00
|
|
|
$wp_db_version = 3846;
|
2004-01-27 20:52:58 -05:00
|
|
|
|
2006-06-16 22:02:29 -04:00
|
|
|
?>
|