repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RT-AC66 3.0.0.4.374.130 core
[tomato.git]
/
release
/
src-rt-6.x
/
linux
/
linux-2.6
/
scripts
/
mkversion
blob
c12addc9c7efc8b185c602a84de7a79131b49134
1
if [ ! -f .version ]
2
then
3
echo 1
4
else
5
expr 0`cat .version` + 1
6
fi