This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Update doc files on the mainline


Obvious patch to update the doc version numbers on the mainline.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

2002-12-16  Mark Mitchell  <mark@codesourcery.com>

	* doc/include/gcc-common.texi: Change version number to 3.4.

Mon Dec 16 13:53:18 2002  Mark Mitchell  <mark@codesourcery.com>

	* root.texi: Change version number to 3.4.

2002-12-16  Mark Mitchell  <mark@codesourcery.com>

	* gcj.texi: Change version number to 3.4.

Index: doc/include/gcc-common.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/include/gcc-common.texi,v
retrieving revision 1.3
diff -c -5 -p -r1.3 gcc-common.texi
*** doc/include/gcc-common.texi	4 Aug 2002 16:55:06 -0000	1.3
--- doc/include/gcc-common.texi	16 Dec 2002 21:57:06 -0000
***************
*** 2,12 ****
  @c This is part of the GCC manual.
  @c For copying conditions, see the file gcc.texi.
  
  @c Common values used in the GCC manuals:
  
! @set version-GCC 3.3
  
  @c Common macros to support generating man pages:
  
  @macro gcctabopt{body}
  @code{\body\}
--- 2,12 ----
  @c This is part of the GCC manual.
  @c For copying conditions, see the file gcc.texi.
  
  @c Common values used in the GCC manuals:
  
! @set version-GCC 3.4
  
  @c Common macros to support generating man pages:
  
  @macro gcctabopt{body}
  @code{\body\}
Index: f/root.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/root.texi,v
retrieving revision 1.14
diff -c -5 -p -r1.14 root.texi
*** f/root.texi	4 Aug 2002 16:55:06 -0000	1.14
--- f/root.texi	16 Dec 2002 21:57:08 -0000
***************
*** 1,11 ****
  @c DEVELOPMENT is set to indicate an in-development version,
  @c as compared to a release version.  When making a release
  @c (e.g. a release branch in the CVS repository for gcc),
  @c clear this and set the version information correctly.
  @set DEVELOPMENT
! @set version-gcc 3.3
  
  @set email-general gcc@@gcc.gnu.org
  @set email-help gcc-help@@gcc.gnu.org
  @set email-bugs gcc-bugs@@gcc.gnu.org or bug-gcc@@gnu.org
  @set email-patch gcc-patches@@gcc.gnu.org
--- 1,11 ----
  @c DEVELOPMENT is set to indicate an in-development version,
  @c as compared to a release version.  When making a release
  @c (e.g. a release branch in the CVS repository for gcc),
  @c clear this and set the version information correctly.
  @set DEVELOPMENT
! @set version-gcc 3.4
  
  @set email-general gcc@@gcc.gnu.org
  @set email-help gcc-help@@gcc.gnu.org
  @set email-bugs gcc-bugs@@gcc.gnu.org or bug-gcc@@gnu.org
  @set email-patch gcc-patches@@gcc.gnu.org
Index: java/gcj.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/gcj.texi,v
retrieving revision 1.42
diff -c -5 -p -r1.42 gcj.texi
*** java/gcj.texi	25 Oct 2002 03:27:02 -0000	1.42
--- java/gcj.texi	16 Dec 2002 21:57:13 -0000
***************
*** 9,19 ****
  
  @c When this manual is copyrighted.
  @set copyrights-gcj 2001, 2002
  
  @c Versions
! @set version-gcc 3.3
  @set which-gcj GCC-@value{version-gcc}
  
  @macro gcctabopt{body}
  @code{\body\}
  @end macro
--- 9,19 ----
  
  @c When this manual is copyrighted.
  @set copyrights-gcj 2001, 2002
  
  @c Versions
! @set version-gcc 3.4
  @set which-gcj GCC-@value{version-gcc}
  
  @macro gcctabopt{body}
  @code{\body\}
  @end macro


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