https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 94bf83ee04a3cadb1ebbc3c3950e20dfef7a8986 authored by Jason Self on 12 February 2012, 20:40:40 UTC
Linux-libre 2.6.27.61-gnu1
Tip revision: 94bf83e
mkversion
if [ ! -f .version ]
then
    echo 1
else
    expr 0`cat .version` + 1
fi
back to top