"3.2" is the fixed version for this version

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_2@20500 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2009-03-23 21:20:08 +00:00
parent 7a56cab8ec
commit e801b40379

View file

@ -19,15 +19,7 @@
svnversion_safe() {
# LANG=C forces svnversion to not localize "exported".
if OUTPUT=`LANG=C svnversion "$@"`; then
if [ "$OUTPUT" = "exported" ]; then
echo "unknown"
else
echo "3.2-r$OUTPUT"
fi
else
echo "unknown"
fi
echo "3.2"
}
# This logic is pulled from the Linux's scripts/setlocalversion (also GPL) and tweaked for