Files
WordPress/wp-includes/version.php
T

7 lines
143 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
2004-04-18 07:15:17 +00:00
$wp_version = '1.2-alpha-2';
2004-01-28 01:52:58 +00:00
?>