Files
WordPress/wp-includes/version.php
T

7 lines
141 B
PHP
Raw Normal View History

2004-01-28 01:52:58 +00:00
<?php
// This just holds the version number, in a seperate file so we can bump it without cluttering the CVS
$wp_version = '1.1-alpha';
?>