Revision 444ee9bd3d0fa78317c6127c961af5accf50038b authored by Kees Cook on 17 January 2013, 02:53:48 UTC, committed by Bjorn Helgaas on 17 January 2013, 23:22:05 UTC
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
1 parent 9e16721
Raw File
mkversion
if [ ! -f .version ]
then
    echo 1
else
    expr 0`cat .version` + 1
fi
back to top