tweak the version.sh script

This commit is contained in:
Charles Kerr 2007-11-21 02:10:11 +00:00
parent b708c2f0cb
commit f1cdb4ffbd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ PEERID_PREFIX="-TR093Z-"
USERAGENT_PREFIX="0.93+"
SVN_REVISION=`find ./ -name "*\.[ch]" -o -name "*\.cpp" -o -name "*\.po" | \
SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \
xargs grep "\$Id:" | \
grep -v third-party | \
cut -d"$Id:" -f3 | cut -d" " -f3 | sort -n | tail -n 1`