newer versions of ZETA advertise version 6.0

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18645 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2006-08-26 14:25:11 +00:00
parent d4962719c6
commit 1213a0db75
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -249,6 +249,7 @@ case "${platform}" in
5.1) buildPlatform=dano ;;
5.0.4) buildPlatform=bone ;;
5.0*) buildPlatform=r5 ;;
6.*) buildPlatform=dano ;;
*) echo Unknown BeOS version: $revision
exit 1 ;;
esac