Change the version number for 2.0.2 ... doh!

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2907 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-09-28 12:52:23 +00:00
parent d364392c45
commit 66653218be

View file

@ -621,13 +621,15 @@ switch ( $row['config_value'] )
unset($sql);
sync('all forums');
case '.0.2':
$sql = "UPDATE " . CONFIG_TABLE . "
SET config_value = '$updates_to_version'
WHERE config_name = 'version'";
_sql($sql, $errored, $error_ary);
sync('all forums');
echo "</b> <b class=\"ok\">Done</b><br />Result &nbsp; :: \n";
if ( $errored )