- recorded merge of revisions 733,805 via svnmerge from http://Dessa@svn.froxlor.org/branches/mgozdzik

- add a missing german language string
- set version to 0.9.5
- improve debian/postinst message a bit
This commit is contained in:
Robert Foerster (Dessa)
2010-04-19 13:32:24 +00:00
parent cc89f26982
commit d4f3093ae3
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');
}
?>