From 8b9e2c6e0addc7378ec3ec369d7eca2010e9bbdf Mon Sep 17 00:00:00 2001 From: mrg Date: Sat, 18 Oct 2003 13:15:05 +0000 Subject: [PATCH] - 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. --- gnu/dist/gcc/gcc/version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/dist/gcc/gcc/version.c b/gnu/dist/gcc/gcc/version.c index 5d3a6645e5ee..d8e5e50a4669 100644 --- a/gnu/dist/gcc/gcc/version.c +++ b/gnu/dist/gcc/gcc/version.c @@ -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[] = ""; +const char bug_report_url[] = "";