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
|
|
|
|
2007-04-19 00:05:39 -04:00
|
|
|
$wp_version = '2.3-alpha';
|
2007-05-24 18:40:24 -04:00
|
|
|
$wp_db_version = 5539;
|
2004-01-27 20:52:58 -05:00
|
|
|
|
2006-11-29 20:54:05 -05:00
|
|
|
?>
|