Always output a version string, even when we can't figure out what we are.

(Closes issue #13223)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@135648 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2008-08-05 15:30:23 +00:00
parent 3fdc96d0b4
commit 8ba981911a

View File

@@ -69,4 +69,6 @@ elif [ -d .svn ]; then
else
echo SVN-${RESULT}-r${REV}${BASE:+-${BASE}}
fi
else
echo "UNKNOWN__and_probably_unsupported"
fi