Tagging 0.9.27-rc1

Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com>
This commit is contained in:
Arnold Bechtoldt
2012-03-13 19:28:42 +01:00
parent 1b22447d1c
commit 06f4f7593a
3 changed files with 10 additions and 2 deletions

View File

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