setting version to 0.9.14 for release

This commit is contained in:
Michael Kaufmann (d00p)
2010-10-25 11:22:29 +00:00
parent e74262c81e
commit e7b030fa30
3 changed files with 10 additions and 2 deletions

View File

@@ -1241,3 +1241,11 @@ if(isFroxlorVersion('0.9.14-svn6'))
updateToVersion('0.9.14-svn10');
}
if(isFroxlorVersion('0.9.14-svn10'))
{
showUpdateStep("Updating from 0.9.14-svn10 to 0.9.14 final");
lastStepStatus(0);
updateToVersion('0.9.14');
}