https://jxself.org/git/linux-libre.git
Raw File
Tip revision: f9d17ea7ee2563b39db01b08112ac3f0a02cd864 authored by Jason Self on 16 June 2014, 20:43:10 UTC
Linux-libre 3.10.44-gnu
Tip revision: f9d17ea
mkversion
if [ ! -f .version ]
then
    echo 1
else
    expr 0`cat .version` + 1
fi
back to top