set version to 0.9.31-rc1 for upcoming release-candidate

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-12-04 14:52:25 +01:00
parent 83a77acc02
commit 47b1675dea
3 changed files with 8 additions and 2 deletions

View File

@@ -2513,3 +2513,9 @@ if (isFroxlorVersion('0.9.31-dev5')) {
updateToVersion('0.9.31-dev6');
}
if (isFroxlorVersion('0.9.31-dev6')) {
showUpdateStep("Updating from 0.9.31-dev6 to 0.9.31-rc1");
lastStepStatus(0);
updateToVersion('0.9.31-rc1');
}