Version numbers are always irrational anyway
git-svn-id: http://svn.automattic.com/wordpress/trunk@2585 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3cc914328a
commit
9f33ee88e1
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
// This just holds the version number, in a separate file so we can bump it without cluttering the CVS
|
||||
// This just holds the version number, in a separate file so we can bump it without cluttering the SVN
|
||||
|
||||
$wp_version = '1.5.1-alpha';
|
||||
$wp_version = '1.5.1-RC-2.7182818';
|
||||
|
||||
?>
|
Loading…
Reference in New Issue