- setting version to 0.9.6

This commit is contained in:
Michael Kaufmann (d00p)
2010-05-03 12:08:45 +00:00
parent e9ba9e089e
commit c28a0291d7
3 changed files with 9 additions and 2 deletions

View File

@@ -654,4 +654,11 @@ if(isFroxlorVersion('0.9.6-svn5'))
updateToVersion('0.9.6-svn6');
}
if(isFroxlorVersion('0.9.6-svn6'))
{
showUpdateStep("Updating from 0.9.6-svn6 to 0.9.6 final");
lastStepStatus(0);
updateToVersion('0.9.6');
}
?>