diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-10-19 01:45:11 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-10-19 01:45:11 -0600 |
commit | cc3f7b54c99342c8c8b22c8571c99cd982d25a7f (patch) | |
tree | 1871cfaa50459cbdb5e38b4d79e062e1adb69d30 /gcc | |
parent | dba41d307e45accc97c4f1efd1ea0e8deed2f522 (diff) | |
download | gcc-cc3f7b54c99342c8c8b22c8571c99cd982d25a7f.zip gcc-cc3f7b54c99342c8c8b22c8571c99cd982d25a7f.tar.gz gcc-cc3f7b54c99342c8c8b22c8571c99cd982d25a7f.tar.bz2 |
Daily bump.
From-SVN: r36947
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 e00a504..0573f4b 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.26 20001018 (experimental)"; +const char *ffe_version_string = "0.5.26 20001019 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index ce773e3..2abba0e 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 20001018 (experimental)"; +const char *const version_string = "2.97 20001019 (experimental)"; |