https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 1176ca6d66479224d6c7018686613a4e69725c28 authored by Jason Self on 27 March 2011, 18:32:04 UTC
Linux-libre 2.6.32.36-gnu1
Tip revision: 1176ca6
mkversion
if [ ! -f .version ]
then
    echo 1
else
    expr 0`cat .version` + 1
fi
back to top