version number wasn't correct

This commit is contained in:
jengo 2000-11-14 06:56:24 +00:00
parent ec32133d90
commit 0180ee6ba7
2 changed files with 2 additions and 2 deletions

View File

@ -279,6 +279,6 @@
)";
$db->query($sql);
$currentver = "0.9.3pre8";
$currentver = "0.9.3pre10";
update_version_table();
?>

View File

@ -252,7 +252,7 @@
$db->query($sql);
$currentver = "0.9.3pre8";
$currentver = "0.9.3pre10";
update_version_table();
?>