- set version to 0.9.8

This commit is contained in:
Michael Kaufmann (d00p)
2010-05-31 09:01:29 +00:00
parent efc353256d
commit f3719d339e
3 changed files with 9 additions and 2 deletions

View File

@@ -768,4 +768,11 @@ if(isFroxlorVersion('0.9.7-svn3'))
updateToVersion('0.9.7');
}
if(isFroxlorVersion('0.9.7'))
{
showUpdateStep("Updating from 0.9.7 to 0.9.8 final");
lastStepStatus(0);
updateToVersion('0.9.8');
}
?>