- call this version "3.3.2nb1" (while some of our changes to 3.3.1 were
in 3.3.2, many were not.) - use our bug reporting address, not GCC's.
This commit is contained in:
parent
e51f5c64e5
commit
8b9e2c6e0a
|
@ -6,7 +6,7 @@
|
|||
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";
|
||||
const char version_string[] = "3.3.2nb1";
|
||||
|
||||
/* This is the location of the online document giving instructions for
|
||||
reporting bugs. If you distribute a modified version of GCC,
|
||||
|
@ -15,4 +15,4 @@ const char version_string[] = "3.3.2";
|
|||
forward us bugs reported to you, if you determine that they are
|
||||
not bugs in your modifications.) */
|
||||
|
||||
const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
|
||||
const char bug_report_url[] = "<URL:http://www.netbsd.org/Misc/send-pr.html>";
|
||||
|
|
Loading…
Reference in New Issue