set version to 0.9.31.2 for bugfix release

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-12-27 16:20:11 +01:00
parent 9d5d60fa88
commit 01d825fc2a
3 changed files with 8 additions and 2 deletions

View File

@@ -2576,3 +2576,9 @@ if (isFroxlorVersion('0.9.31')) {
lastStepStatus(0);
updateToVersion('0.9.31.1');
}
if (isFroxlorVersion('0.9.31.1')) {
showUpdateStep("Updating from 0.9.31.1 to 0.9.31.2 final", true);
lastStepStatus(0);
updateToVersion('0.9.31.2');
}