diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-10-09 01:45:08 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-10-09 01:45:08 -0600 |
commit | 58687f2f12bf9bcca3ccf5cbc09b1d98b6b85315 (patch) | |
tree | 12eeef767c698cbebd3c3125122270ad765e8e95 /gcc | |
parent | 1364053c589a4efa8dddb8a853c03d61c32a22e3 (diff) | |
download | gcc-58687f2f12bf9bcca3ccf5cbc09b1d98b6b85315.zip gcc-58687f2f12bf9bcca3ccf5cbc09b1d98b6b85315.tar.gz gcc-58687f2f12bf9bcca3ccf5cbc09b1d98b6b85315.tar.bz2 |
Daily bump.
From-SVN: r36799
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/version.c | 2 | ||||
-rw-r--r-- | gcc/version.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/version.c b/gcc/f/version.c index e16fce2..4ad5e4b 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.26 20001008 (experimental)"; +const char *ffe_version_string = "0.5.26 20001009 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 0e8334a..d2d36b1 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1,4 +1,4 @@ #include "gansidecl.h" #include "version.h" -const char *const version_string = "2.97 20001008 (experimental)"; +const char *const version_string = "2.97 20001009 (experimental)"; |