https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a0fcdb32042b360bdfe5be3451e3a0bb4d61be78 authored by Jason Self on 24 March 2011, 15:06:35 UTC
Linux-libre 2.6.32.35-gnu1
Tip revision: a0fcdb3
mkversion
if [ ! -f .version ]
then
    echo 1
else
    expr 0`cat .version` + 1
fi
back to top