Tagging 0.9.25-rc1

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-10-31 12:20:17 +01:00
parent af6a80ab76
commit 65a5df507c
3 changed files with 11 additions and 2 deletions

View File

@@ -1709,3 +1709,12 @@ if(isFroxlorVersion('0.9.24-rc1'))
updateToVersion('0.9.24');
}
if(isFroxlorVersion('0.9.24'))
{
showUpdateStep("Updating from 0.9.24 to 0.9.25-rc1");
lastStepStatus(0);
updateToVersion('0.9.25-rc1');
}