SmartAudio/lichee/linux-4.9/scripts/mkversion

7 lines
74 B
Plaintext
Raw Normal View History

2018-07-13 01:31:50 +00:00
if [ ! -f .version ]
then
echo 1
else
expr 0`cat .version` + 1
fi