This is the mail archive of the gcc-patches@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: Bump version number on the GCC 3.4 branch


This change increments the version number on the 3.4 branch to 3.4.4.

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com

2004-11-07  Mark Mitchell  <mark@codesourcery.com>

	* version.c (version_string): Set to 3.4.4.
	* doc/include/gcc-common.texi (version): Likewise.

Index: version.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/version.c,v
retrieving revision 1.2212.2.292
diff -c -5 -p -r1.2212.2.292 version.c
*** version.c	5 Nov 2004 03:35:02 -0000	1.2212.2.292
--- version.c	7 Nov 2004 18:08:40 -0000
***************
*** 3,13 ****
  /* This is the string reported as the version number by all components
     of the compiler.  If you distribute a modified version of GCC,
     please modify this string to indicate that, e.g. by putting your
     organization's name in parentheses at the end of the string.  */
  
! const char version_string[] = "3.4.3";
  
  /* This is the location of the online document giving instructions for
     reporting bugs.  If you distribute a modified version of GCC,
     please change this to refer to a document giving instructions for
     reporting bugs to you, not us.  (You are of course welcome to
--- 3,13 ----
  /* This is the string reported as the version number by all components
     of the compiler.  If you distribute a modified version of GCC,
     please modify this string to indicate that, e.g. by putting your
     organization's name in parentheses at the end of the string.  */
  
! const char version_string[] = "3.4.4 20041107 (prerelease)";
  
  /* This is the location of the online document giving instructions for
     reporting bugs.  If you distribute a modified version of GCC,
     please change this to refer to a document giving instructions for
     reporting bugs to you, not us.  (You are of course welcome to
Index: doc/include/gcc-common.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/include/gcc-common.texi,v
retrieving revision 1.6.4.5
diff -c -5 -p -r1.6.4.5 gcc-common.texi
*** doc/include/gcc-common.texi	8 Sep 2004 05:58:11 -0000	1.6.4.5
--- doc/include/gcc-common.texi	7 Nov 2004 18:08:40 -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.4.3
  
  @c DEVELOPMENT is set to indicate an in-development version,
  @c as compared to a release version.  When making a release
  @c branch, clear this.
  @clear DEVELOPMENT
--- 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.4
  
  @c DEVELOPMENT is set to indicate an in-development version,
  @c as compared to a release version.  When making a release
  @c branch, clear this.
  @clear DEVELOPMENT


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