settings version for upcoming release

This commit is contained in:
Michael Kaufmann (d00p)
2010-12-28 11:07:40 +00:00
parent c52d3819af
commit 57ec429776
3 changed files with 10 additions and 2 deletions

View File

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