Tagging 0.9.26

Signed-off-by: Robert Förster (Dessa) <Dessa@froxlor.org>
This commit is contained in:
Robert Förster (Dessa)
2012-01-18 12:41:44 +01:00
parent c0d2d2dddd
commit 62dcf6e1a5
3 changed files with 9 additions and 2 deletions

View File

@@ -1765,3 +1765,10 @@ if(isFroxlorVersion('0.9.26-svn1'))
updateToVersion('0.9.26-rc1');
}
if(isFroxlorVersion('0.9.26-rc1'))
{
showUpdateStep("Updating from 0.9.26-rc1 to 0.9.26");
lastStepStatus(0);
updateToVersion('0.9.26');
}