set version to 0.9.17 for upcoming release

This commit is contained in:
Michael Kaufmann (d00p)
2011-01-25 06:23:31 +00:00
parent 932e1f95c5
commit f77ddac4ed
3 changed files with 10 additions and 2 deletions

View File

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