aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/include/gcc-common.texi4
-rw-r--r--gcc/f/version.c2
-rw-r--r--gcc/version.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/include/gcc-common.texi b/gcc/doc/include/gcc-common.texi
index 947dde1..b1506b7 100644
--- a/gcc/doc/include/gcc-common.texi
+++ b/gcc/doc/include/gcc-common.texi
@@ -1,10 +1,10 @@
-@c Copyright (C) 2001 Free Software Foundation, Inc.
+@c Copyright (C) 2001, 2002 Free Software Foundation, Inc.
@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.1
+@set version-GCC 3.2
@c Common macros to support generating man pages:
diff --git a/gcc/f/version.c b/gcc/f/version.c
index 438e511..a747207 100644
--- a/gcc/f/version.c
+++ b/gcc/f/version.c
@@ -1,4 +1,4 @@
#include "ansidecl.h"
#include "f/version.h"
-const char *const ffe_version_string = "0.5.27 20020225 (experimental)";
+const char *const ffe_version_string = "3.2 20020225 (experimental)";
diff --git a/gcc/version.c b/gcc/version.c
index 1cfc40b..7492155 100644
--- a/gcc/version.c
+++ b/gcc/version.c
@@ -1,4 +1,4 @@
#include "ansidecl.h"
#include "version.h"
-const char *const version_string = "3.1 20020225 (experimental)";
+const char *const version_string = "3.2 20020225 (experimental)";