felipec / gst-dsp

GStreamer elements for TI's OMAP DSP

This URL has Read+Write access

cymacs (author)
Thu Aug 13 08:21:14 -0700 2009
felipec (committer)
Sat Sep 19 04:01:59 -0700 2009
gst-dsp / get-version.sh
100755 12 lines (9 sloc) 0.141 kb
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
 
if test -f .version
then
v=`cat .version`
else
v=`git describe --tags`
fi
 
# remove initial 'v'
echo "$v" | sed 's/^v//'