have version.sh report the version of the root directory

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@109 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-05-12 13:37:45 +00:00
parent bad669a3f9
commit 24cc395062

View File

@ -1 +1,2 @@
echo "r`svnversion | tr : _`"
DIR="`dirname "$0"`"
echo "r`svnversion $DIR | tr : _`"