setting version to 0.9.18

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2011-02-28 10:26:35 +01:00
parent a8fa13dd3c
commit 95d0830584
3 changed files with 10 additions and 2 deletions

View File

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