- set version to 0.9.15 for upcoming release

This commit is contained in:
Michael Kaufmann (d00p)
2010-11-29 08:56:27 +00:00
parent cd79670438
commit 0c25611d26
5 changed files with 1099 additions and 1102 deletions

File diff suppressed because it is too large Load Diff

View File

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