Tagging Froxlor 0.9.9

This commit is contained in:
Florian Aders (EleRas)
2010-06-14 08:32:14 +00:00
parent 7dbb715f04
commit 3a99dbc041
3 changed files with 9 additions and 2 deletions

View File

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