diff options
| author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-02-28 08:17:15 +0000 |
|---|---|---|
| committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-02-28 08:17:15 +0000 |
| commit | bde131d34d70387ac376419405e9b5c8a788984c (patch) | |
| tree | cc317c85c58286dbf977a669e0426f6b48e4c0cc /gcc | |
| parent | 63e1b1c4b05b8f27cdbcf781294e14d3c7a73f3f (diff) | |
| download | gcc-bde131d34d70387ac376419405e9b5c8a788984c.zip gcc-bde131d34d70387ac376419405e9b5c8a788984c.tar.gz gcc-bde131d34d70387ac376419405e9b5c8a788984c.tar.bz2 | |
Daily bump.
From-SVN: r50126
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/f/version.c | 4 | ||||
| -rw-r--r-- | gcc/version.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/f/version.c b/gcc/f/version.c index f207bb3..46fdc99 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1,4 +1,4 @@ - #include "ansidecl.h" + #include "ansidecl.h" #include "f/version.h" -const char *const ffe_version_string = "3.2 20020227 (experimental)"; +const char *const ffe_version_string = "3.2 20020228 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 207b74f..a1acd39 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1,4 +1,4 @@ - #include "ansidecl.h" + #include "ansidecl.h" #include "version.h" -const char *const version_string = "3.2 20020227 (experimental)"; +const char *const version_string = "3.2 20020228 (experimental)"; |
