5d84ad90d1
git-svn-id: https://develop.svn.wordpress.org/trunk@2750 602fd350-edb4-49c9-b593-d223f7449a82
7 lines
143 B
PHP
7 lines
143 B
PHP
<?php
|
|
|
|
// This just holds the version number, in a separate file so we can bump it without cluttering the SVN
|
|
|
|
$wp_version = '1.6-ALPHA-2';
|
|
|
|
?>
|