setting version to 0.9.29

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-09-18 12:50:22 +02:00
parent b5a999ae6b
commit 23361e64bb
3 changed files with 8 additions and 2 deletions

View File

@@ -2149,3 +2149,9 @@ if (isFroxlorVersion('0.9.29-dev4')) {
updateToVersion('0.9.29-rc1');
}
if (isFroxlorVersion('0.9.29-rc1')) {
showUpdateStep("Updating from 0.9.29-rc1 to 0.9.29 final", true);
lastStepStatus(0);
updateToVersion('0.9.29');
}