last time....0.9.38.3....what a day

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-11-18 10:27:11 +01:00
parent 60a482dce6
commit 16f547bce0
3 changed files with 9 additions and 3 deletions

View File

@@ -3535,8 +3535,14 @@ if (isFroxlorVersion('0.9.38')) {
updateToVersion('0.9.38.1');
}
if (isFroxlorVersion('0.9.38')) {
if (isFroxlorVersion('0.9.38.1')) {
showUpdateStep("Updating from 0.9.38.1 to 0.9.38.2", false);
updateToVersion('0.9.38.2');
}
if (isFroxlorVersion('0.9.38.2')) {
showUpdateStep("Updating from 0.9.38.2 to 0.9.38.3", false);
updateToVersion('0.9.38.3');
}