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:
matt 2005-05-05 23:13:24 +00:00
parent 3cc914328a
commit 9f33ee88e1

View File

@ -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';
?>