7 lines
141 B
PHP
7 lines
141 B
PHP
|
<?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';
|
||
|
|
||
|
?>
|