GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / scripts / mkversion
blobc12addc9c7efc8b185c602a84de7a79131b49134
1 if [ ! -f .version ]
2 then
3     echo 1
4 else
5     expr 0`cat .version` + 1
6 fi