Codebase list ffmpeg2theora / lintian-fixes/main version.sh
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

version.sh @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/bin/bash
cd `dirname $0`
version='0.29'
test -e .git && git=`which git`
if [ "x$git" != "x" ]; then
    version=$(cd "$1" && git describe --tags 2> /dev/null)
fi
echo $version