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-01-23 01:30:37 -05:00
|
|
|
$wp_version = '2.2-bleeding';
|
2007-03-26 03:28:29 -04:00
|
|
|
$wp_db_version = 4865;
|
2004-01-27 20:52:58 -05:00
|
|
|
|
2006-11-29 20:54:05 -05:00
|
|
|
?>
|