if test "$1" = "all"; then
echo ${major}.${minor}.${patch}
elif test "$1" = "major"; then
echo ${major}
+elif test "$1" = "libtool"; then
+ echo ${minor}:${patch}:${minor}
I don't think that's what you meant to do. Paste-o on major?
....Roy
