Files
WordPress/wp-includes/version.php
T

9 lines
163 B
PHP
Raw Normal View History

2004-01-28 01:52:58 +00:00
<?php
// This just holds the version number, in a separate file so we can bump it without cluttering the SVN
2004-01-28 01:52:58 +00:00
2005-12-20 07:07:26 +00:00
$wp_version = '2.0-RC3';
2005-12-15 01:17:46 +00:00
$wp_db_version = 3308;
2004-01-28 01:52:58 +00:00
2005-11-22 09:56:15 +00:00
?>