diff --git a/macosx/version.sh b/macosx/version.sh index 81133b726..bfb801990 100755 --- a/macosx/version.sh +++ b/macosx/version.sh @@ -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`