- set version to 0.9.4 for upcoming release

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-05 08:26:47 +00:00
parent 6af37fb40e
commit 8d652183a0
3 changed files with 9 additions and 2 deletions

View File

@@ -385,4 +385,11 @@ if(isFroxlorVersion('0.9.3-svn4'))
updateToVersion('0.9.3-svn5');
}
if(isFroxlorVersion('0.9.3-svn5'))
{
showUpdateStep("Updating from 0.9.3-svn5 to 0.9.4 final");
lastStepStatus(0);
updateToVersion('0.9.4');
}
?>