Tweak, fixes #2832

git-svn-id: http://svn.automattic.com/wordpress/trunk@3882 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2006-06-17 02:02:29 +00:00
parent 49e390d402
commit b14d632f4e
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?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_db_version = 3845;
?>
?>