Tagging release 0.9.5

This commit is contained in:
Robert Foerster (Dessa)
2010-04-19 16:30:42 +00:00
parent cc89f26982
commit e50d0b0440
6 changed files with 157 additions and 78 deletions

View File

@@ -466,4 +466,10 @@ if(isFroxlorVersion('0.9.4-svn1'))
updateToVersion('0.9.4-svn2');
}
if(isFroxlorVersion('0.9.4-svn2'))
{
showUpdateStep("Updating from 0.9.4-svn2 to 0.9.5 final");
lastStepStatus(0);
updateToVersion('0.9.5');
}
?>