GCC 3.3 Branch Open
Mark Mitchell
mark@codesourcery.com
Mon Oct 20 06:12:00 GMT 2003
On Sat, 2003-10-18 at 05:31, Eric Botcazou wrote:
> > The GCC 3.3 branch is now open for regression-only changes again.
>
> Don't you need to bump the version number on the branch?
Yes, thank you.
--
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC
-------------- next part --------------
2003-10-19 Mark Mitchell <mark@codesourcery.com>
* doc/include/gcc-common.texi: Bump version number.
* version.c (version_string): Reset to prerelease format.
Index: version.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/version.c,v
retrieving revision 1.1810.2.315
diff -c -5 -p -r1.1810.2.315 version.c
*** version.c 16 Oct 2003 19:45:43 -0000 1.1810.2.315
--- version.c 19 Oct 2003 23:15:30 -0000
***************
*** 4,14 ****
/* 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.3.2";
/* 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
--- 4,14 ----
/* 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.3.3 20031019 (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.3.14.3
diff -c -5 -p -r1.3.14.3 gcc-common.texi
*** doc/include/gcc-common.texi 7 Aug 2003 20:12:35 -0000 1.3.14.3
--- doc/include/gcc-common.texi 19 Oct 2003 23:15:30 -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.2
@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.3.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
More information about the Gcc
mailing list