Comment Re:I prefer the 2.x numbering scheme (Score 1) 29
The 2.(stable/devel).patchlevel format worked extremely well and stopped version number explosions. The main drawback to it was that it was prior to git, and so the patchlevel could get very high. We also don't need stable/devel, any more, as we've now got one tree for stable and a different tree for devel.
Having said that, I did very much like the three digit split, even though (as Linus as repeatedly said) it was something of a fiction at times. We do sort-of have that, now, with the third digit being used to mark backported stability fix rounds. And, yes, I would agree that version numbering is a fiction of sorts anyway.
I really don't like the major number incrementing at the speed it does, though. Yeah, 3.5 years between a major number increment is sort-of ok. That's 42 months, and 42 is indeed the answer to life, the universe, and everything. And an OS kernel isn't. in all fairness, really susceptible to being divided up into the major.minor.patch format because none of these really mean anything in this sort of a context.
Dunno how you'd really go about improving the system.