This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[RFA] change version from 5.0 to 5.1-experimental


This patch changes the version number of gdb from "5.0" to
"5.1-experimental", so that CVS gdb does not get confused with gdb 5.0.

This fixes gnats PR gdb/22.

It would be even more useful if it said "5.1-experimental-$(DATE)",
similar to gcc.  If someone wants to write that patch, go for it.
The acceptance of *this* patch won't hinder them.

Testing: Red Hat Linux 7 native.  I ran the test suite to make sure
nothing was depending on this.

OK to apply?

Michael Elizabeth Chastain
<chastain@redhat.com>
"love without fear"

===

2001-02-16  Michael Chastain  <chastain@redhat.com>

	Makefile.in: Update VERSION to 5.1-experimental.

===

Index: gdb/Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.61
diff -c -3 -p -r1.61 Makefile.in
*** gdb/Makefile.in	2001/02/09 01:47:34	1.61
--- gdb/Makefile.in	2001/02/16 16:52:00
*************** CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CD
*** 357,363 ****
  ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
  ADD_DEPS = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
  
! VERSION = 5.0
  DIST=gdb
  
  LINT=/usr/5bin/lint
--- 357,363 ----
  ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
  ADD_DEPS = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
  
! VERSION = 5.1-experimental
  DIST=gdb
  
  LINT=/usr/5bin/lint


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]