libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Version numbering


From: Daniel Reed
Subject: Re: Version numbering
Date: Mon, 29 Sep 2003 17:30:01 -0400 (EDT)

On 2003-09-29T22:50+0200, Alexandre Duret-Lutz wrote:
) planning to make 2.2 < 2.3a < 2.3.  That would be counter
) intuitive.  IMHO any numbering scheme ought to work with `ls -v'.

 ls                         ls -v                      ls -rt
naim-0.11.5.1.tar.gz       naim-0.11.5.1.tar.gz       naim-0.11.5.tar.gz
naim-0.11.5.7.tar.gz       naim-0.11.5.7.tar.gz       naim-0.11.5.1.tar.gz
naim-0.11.5.8.1.tar.gz     naim-0.11.5.8.1.tar.gz     naim-0.11.5.7.tar.gz
naim-0.11.5.8.tar.gz       naim-0.11.5.8.tar.gz       naim-0.11.5.8.tar.gz
naim-0.11.5.9.cyg1.tar.gz  naim-0.11.5.9.cyg1.tar.gz  naim-0.11.5.8.1.tar.gz
naim-0.11.5.9.cyg10.tar.gz naim-0.11.5.9.cyg9.tar.gz  naim-0.11.5.9.tar.gz
naim-0.11.5.9.cyg11.tar.gz naim-0.11.5.9.cyg10.tar.gz naim-0.11.5.9.cyg1.tar.gz
naim-0.11.5.9.cyg9.tar.gz  naim-0.11.5.9.cyg11.tar.gz naim-0.11.5.9.cyg9.tar.gz
naim-0.11.5.9.tar.gz       naim-0.11.5.9.tar.gz       naim-0.11.5.9.cyg10.tar.gz
naim-0.11.5.tar.gz         naim-0.11.5.tar.gz         naim-0.11.5.9.cyg11.tar.gz

Several GNU projects (including GCC) do leave off .0's for anything past the
minor number, so it seems ls -v can't be the final authority :/

What I do is timestamp pre-release snapshots, which does work with ls -v
(and just ls). That is, I might have:
naim-0.11.5-2002-12-08-1324.tar.gz
naim-0.11.5.1-2002-12-18-0014.tar.gz
naim-0.11.5.1-2002-12-21-1710.tar.gz
naim-0.11.5.1.tar.gz
naim-0.11.5.2-2002-12-23-0720.tar.gz
 ...
naim-0.11.5.8-2003-06-03-1123.tar.gz
naim-0.11.5.8.tar.gz
naim-0.11.5.tar.gz

0.11.5.8-2003-06-03-1123 is the last pre-release before 0.11.5.8, and shows
up before 0.11.5.8 in ls. The only problem is the lack of .0's that leave
0.11.5's pre-releases in the right spot, but sticks the 0.11.5 release after
all of its subordinate releases.

-- 
Daniel Reed <address@hidden>    http://naim-users.org/nmlorg/   
http://naim.n.ml.org/
There are people who do things and people who take the credit, and the
trick is to be in the first group; there is a lot less competition. --
Dwight Morrow, American Diplomat
http://site.n.ml.org/download/20030923195458/naim/naim-0.11.6.1.tar.bz2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]