diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-07-31 07:17:08 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-07-31 07:17:08 +0000 |
commit | 92c3670c141cc7b10402e8656822cfc164eb51bf (patch) | |
tree | 632787bb971f9cbb6f633c0fa69d5e5e8330c957 /gcc/f/version.c | |
parent | 3fb9d48aca3cc743c56ab92c9069b4d69b33c460 (diff) | |
download | gcc-92c3670c141cc7b10402e8656822cfc164eb51bf.zip gcc-92c3670c141cc7b10402e8656822cfc164eb51bf.tar.gz gcc-92c3670c141cc7b10402e8656822cfc164eb51bf.tar.bz2 |
Daily bump.
From-SVN: r55900
Diffstat (limited to 'gcc/f/version.c')
-rw-r--r-- | gcc/f/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/version.c b/gcc/f/version.c index 2731c21..dfc993f 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 = "3.3 20020730 (experimental)"; +const char *const ffe_version_string = "3.3 20020731 (experimental)"; |