Tweak, fixes #2832
git-svn-id: http://svn.automattic.com/wordpress/trunk@3882 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
49e390d402
commit
b14d632f4e
|
@ -1,8 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// This just holds the version number, in a separate file so we can bump it without cluttering the SVN
|
// This just holds the version number in a separate file so we can bump it without cluttering the SVN
|
||||||
|
|
||||||
$wp_version = '2.1-alpha2';
|
$wp_version = '2.1-alpha2';
|
||||||
$wp_db_version = 3845;
|
$wp_db_version = 3845;
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue