diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2002-02-26 05:50:55 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2002-02-26 05:50:55 +0000 |
commit | 3664fcf9b79961ebee4b328562e71cd97c44cbc0 (patch) | |
tree | afe7dc50ffb628f789e6f5adad24ca584a579aa7 /gcc | |
parent | 3b40e71b7b49b7ed0d0c92ebb22c56988db59280 (diff) | |
download | gcc-3664fcf9b79961ebee4b328562e71cd97c44cbc0.tar.gz |
Set version numbers for mainline
From-SVN: r50036
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/include/gcc-common.texi | 4 | ||||
-rw-r--r-- | gcc/f/version.c | 2 | ||||
-rw-r--r-- | gcc/version.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/include/gcc-common.texi b/gcc/doc/include/gcc-common.texi index 947dde19f71..b1506b761e6 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 438e51192a7..a747207b193 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 1cfc40b5a0b..74921551b42 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)"; |