From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: jtc@redback.com Cc: Michael Elizabeth Chastain , gdb@sources.redhat.com Subject: Re: CVS versions of gdb have same number as stable version. Date: Wed, 21 Mar 2001 15:59:00 -0000 Message-id: <3AA14396.DE19786B@cygnus.com> References: <200102161928.LAA00929@bosch.cygnus.com> <5mhf1u9z9y.fsf@jtc.redback.com> X-SW-Source: 2001-03/msg00023.html > No, I meant gdb snapshots. I don't know how GDB snapshots are made, > but my local GDB repository, which was last sync'd with the 20010108 > snapshot has VERSION=20010108 in gdb/Makefile.in. Just FYI, a magic shell script does roughly the following: cvs co -D 2001-01-08-gmt gdb ed src/gdb/Makefile.in s/VERSION = .*/VERSION = NNNNNN/ wq It is magic because the master copy sits on my local disk outside of revision control :-( Andrew