2004-01-28 02:52:58 +01:00
|
|
|
<?php
|
|
|
|
|
2006-06-17 04:20:54 +02:00
|
|
|
// This holds the version number in a separate file so we can bump it without cluttering the SVN
|
2004-01-28 02:52:58 +01:00
|
|
|
|
2007-04-10 21:08:49 +02:00
|
|
|
$wp_version = '2.2-almost-beta';
|
2007-04-05 23:16:02 +02:00
|
|
|
$wp_db_version = 5183;
|
2004-01-28 02:52:58 +01:00
|
|
|
|
2006-11-30 02:54:05 +01:00
|
|
|
?>
|