set version to 0.9.3

This commit is contained in:
Michael Kaufmann (d00p)
2010-03-15 06:16:37 +00:00
parent 7f6a21ceec
commit 423fd7b7df
3 changed files with 8 additions and 2 deletions

View File

@@ -307,4 +307,10 @@ if(isFroxlorVersion('0.9.1'))
updateToVersion('0.9.2');
}
if(isFroxlorVersion('0.9.2'))
{
showUpdateStep("Updating from 0.9.2 to 0.9.3", false);
updateToVersion('0.9.3');
}
?>