things that do this sort of check would work just find with version 8.10.0
or 2008.10.0
the ones that would fail would be ones that made assumptions about the
number (it can only have X digits in this position, I don't need to check
the '2', only the '4' vs '6', etc). anything that does this sort of thing
is broken already, and will fail at some point in the future, even without
a radical numbering change.
I suspect that you won't see anything noticable. you don't need to make a
branch of the kernel, just edit the kernel source to change the version.
one nice thing about the year-based numbering (be it 8.x or 2008.x) is
that all the numbers in the new numbering scheme are > any numbers in the
old numbering scheme. so all you need to do is to check for > whatever
version added the feature you need.
Red Herring, the Cool New Stuff is happening now, no 2.7 needed.
David Lang
--