openrex-linux-3.14/scripts/mkversion

7 lines
74 B
Plaintext
Raw Normal View History

2016-03-04 16:09:26 +01:00
if [ ! -f .version ]
then
echo 1
else
expr 0`cat .version` + 1
fi