- set version to 0.9.11

This commit is contained in:
Michael Kaufmann (d00p)
2010-07-26 07:43:12 +00:00
parent ced78ac6f7
commit f7f1907546
3 changed files with 9 additions and 2 deletions

View File

@@ -923,3 +923,10 @@ if(isFroxlorVersion('0.9.11-svn2'))
updateToVersion('0.9.11-svn3');
}
if(isFroxlorVersion('0.9.11-svn3'))
{
showUpdateStep("Updating from 0.9.11-svn3 to 0.9.11 final", false);
lastStepStatus(0);
updateToVersion('0.9.11');
}