linux-stable/scripts/mkversion
2005-05-12 09:59:06 -07:00

6 lines
74 B
Text

if [ ! -f .version ]
then
echo 1
else
expr 0`cat .version` + 1
fi