https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 77d8dc51c6c5c68becc4746bf916637cd457f51a authored by Jason Self on 09 September 2009, 22:14:07 UTC
Linux-libre 2.6.31-gnu1
Tip revision: 77d8dc5
mkversion
if [ ! -f .version ]
then
    echo 1
else
    expr 0`cat .version` + 1
fi
back to top