summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/version.c')
-rw-r--r--contrib/gcc/version.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/gcc/version.c b/contrib/gcc/version.c
index 19f7d76..67a2de4 100644
--- a/contrib/gcc/version.c
+++ b/contrib/gcc/version.c
@@ -1,4 +1,3 @@
-#include "ansidecl.h"
#include "version.h"
/* This is the string reported as the version number by all components
@@ -6,7 +5,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.3 20031106 (prerelease)";
+const char version_string[] = "3.4.2 20040728 (prerelease)";
/* This is the location of the online document giving instructions for
reporting bugs. If you distribute a modified version of GCC,
OpenPOWER on IntegriCloud