set version to 0.9.7 final

This commit is contained in:
Michael Kaufmann (d00p)
2010-05-17 10:23:25 +00:00
parent 8c0bef06c6
commit 2ce7e9728f
3 changed files with 9 additions and 2 deletions

View File

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