- set version to 0.9.13 for upcoming release

This commit is contained in:
Michael Kaufmann (d00p)
2010-09-27 07:06:00 +00:00
parent 84d9212582
commit 3b9f580bac
3 changed files with 10 additions and 2 deletions

View File

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