From e1aacb7d5707dfff7a6430ef1cf2fd19e396842d Mon Sep 17 00:00:00 2001 From: no-author Date: Sat, 1 May 2004 04:26:38 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'apple-gcc-1746'. git-svn-id: https://gcc.gnu.org/svn/gcc/tags/apple-gcc-1746@81382 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/version.c | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'gcc/version.c') diff --git a/gcc/version.c b/gcc/version.c index a64b18d5da1..e301a4e1d07 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -5,7 +5,18 @@ 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.5-tree-ssa 20040320 (merged 20040307)"; +/* APPLE LOCAL begin Apple version */ +/* When updating this string: + - For each internal build, increment the build number. + - When merging from the FSF, delete any (experimental) or (prerelease). + Apple doesn't mark its GCC versions as 'prerelease', because a released + compiler will be identical to the last prerelease compiler and it + makes no sense to mark released compilers as 'prerelease'. + - There are other scripts that search for first word of the string + to get version number string. Do not use new line. +*/ +const char version_string[] = "3.5.0-tree-ssa 20040321 (merged 20040322) (Apple Computer, Inc. build 1746)"; +/* APPLE LOCAL end Apple version */ /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, @@ -14,4 +25,6 @@ const char version_string[] = "3.5-tree-ssa 20040320 (merged 20040307)"; forward us bugs reported to you, if you determine that they are not bugs in your modifications.) */ -const char bug_report_url[] = ""; +/* APPLE LOCAL begin Apple bug-report */ +const char bug_report_url[] = ""; +/* APPLE LOCAL end Apple bug-report */ -- cgit v1.2.3