[cfe-dev] [lldb-dev] [llvm-dev] What version comes after 3.9? (Was: [3.9 Release] Release plan and call for testers)

Joerg Sonnenberger via cfe-dev cfe-dev at lists.llvm.org
Thu Jun 16 13:00:59 PDT 2016


On Thu, Jun 16, 2016 at 10:02:52AM -0700, Adrian McCarthy via cfe-dev wrote:
> > Most free and open-source software packages, including MediaWiki, treat
> > versions as a series of individual numbers, separated by periods, with a
> > progression such as 1.7.0, 1.8.0, 1.8.1, 1.9.0, 1.10.0, 1.11.0, 1.11.1,
> > 1.11.2, and so on. On the other hand, some software packages identify
> > releases by decimal numbers: 1.7, 1.8, 1.81, 1.82, 1.9, etc.
> 
> 
> Note that 81 > 8, so those examples would still work.  But 3.10 is easy to
> misinterpret as 3.1.

The only environment I know where such an interpreation is popular is
CPAN. Everyone else effectively uses Dewey-style interpretation. So yes,
some crappy software might mishandle 3.10 by using patterns like 3.1*
and not 3.1.*, but I don't believe catering to broken software is very
useful.

Joerg



More information about the cfe-dev mailing list