set version to 0.9.18.1

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2011-03-07 09:55:23 +01:00
parent fc712bde90
commit 10996c5bed
3 changed files with 10 additions and 2 deletions

View File

@@ -1474,3 +1474,11 @@ if(isFroxlorVersion('0.9.18-svn2'))
updateToVersion('0.9.18');
}
if(isFroxlorVersion('0.9.18'))
{
showUpdateStep("Updating from 0.9.18 to 0.9.18.1");
lastStepStatus(0);
updateToVersion('0.9.18.1');
}