. Toolchain.sh

if [ ! -f .version ]
then
    echo 1
else
    "$TC_EXPR" 0`"$TC_CAT" .version` + 1
fi
