Tagging 0.9.23-rc1

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-08-09 18:11:09 +02:00
parent 79f5ff4d35
commit f0b073a6f1
3 changed files with 10 additions and 2 deletions

View File

@@ -1662,3 +1662,11 @@ if(isFroxlorVersion('0.9.22-rc1'))
updateToVersion('0.9.22');
}
if(isFroxlorVersion('0.9.22'))
{
showUpdateStep("Updating from 0.9.22 to 0.9.23-rc1");
lastStepStatus(0);
updateToVersion('0.9.23-rc1');
}