- set version to 0.9.12, preparing for tag

This commit is contained in:
Michael Kaufmann (d00p)
2010-08-23 06:43:22 +00:00
parent cf2dabc714
commit 5d36c7228d
3 changed files with 10 additions and 2 deletions

View File

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