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-08-07 06:11:30 -04:00
|
|
|
$wp_version = '1.6-ALPHA-2-still-dont-use';
|
2005-11-16 01:29:36 -05:00
|
|
|
$wp_db_version = 3104;
|
2004-01-27 20:52:58 -05:00
|
|
|
|
2005-11-15 17:55:24 -05:00
|
|
|
?>
|