summaryrefslogtreecommitdiff
path: root/build_tools/make_version
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-08-05 15:30:23 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-08-05 15:30:23 +0000
commit8ba981911a30f83be404a5e68d5136d0bf8b2cc2 (patch)
treed56ece3ec85f57dc11c6a6978955cfe24c5bd108 /build_tools/make_version
parent3fdc96d0b4ae966df6a003cbfada33262fee1e0d (diff)
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
Diffstat (limited to 'build_tools/make_version')
-rwxr-xr-xbuild_tools/make_version2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_tools/make_version b/build_tools/make_version
index b7fdf8297..73e9864fa 100755
--- a/build_tools/make_version
+++ b/build_tools/make_version
@@ -69,4 +69,6 @@ elif [ -d .svn ]; then
else
echo SVN-${RESULT}-r${REV}${BASE:+-${BASE}}
fi
+else
+ echo "UNKNOWN__and_probably_unsupported"
fi