https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a0365d659a33e6dad78103231cc9a9303be16a64 authored by Jason Self on 13 October 2013, 23:09:14 UTC
Linux-libre 3.10.16-gnu
Tip revision: a0365d6
mkversion
if [ ! -f .version ]
then
    echo 1
else
    expr 0`cat .version` + 1
fi
back to top