From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: GDB Discussion Subject: Re: CVS versions of gdb have same number as stable version. Date: Wed, 21 Mar 2001 15:59:00 -0000 Message-id: <3AB1024E.5F4123B0@cygnus.com> References: <200102161607.IAA23711@bosch.cygnus.com> <3AA149E4.3B6AAFA8@cygnus.com> X-SW-Source: 2001-03/msg00129.html > trunk: gdb-YYYYMMDD (gdb-20010229) > branch: gdb-B.B.B-YYYYMMDD (gdb-5.0.90-20010229) It appears that the consensus is with this one. Any further comment? MichaelC expressed concern over being able to differentiate between a CVS gdb-20010229 and a snapshot gdb-20010229. Yes, they can differ significantly. That would mean that something like: $ gdb GNU gdb 4.17 will become $ gdb GNU gdb 20010229 (cvs) and GNU gdb 5.0.90-20010229 (snap) or GNU gdb 20010229-cvs and GNU gdb 5.0.90-20010229 assuming no further comment, I'm going to toss a coin and then choose the second one :-) Andrew