diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-05-26 01:45:07 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-05-26 01:45:07 -0600 |
commit | 4d3ff8d823a193070de54b10eabfb8986cff6059 (patch) | |
tree | 5a6b98cef16b327e6449598bd2d6b26216baa7db /gcc | |
parent | a0e5a544ae6a1118ddfb0e95469ed6779c436e60 (diff) | |
download | gcc-4d3ff8d823a193070de54b10eabfb8986cff6059.zip gcc-4d3ff8d823a193070de54b10eabfb8986cff6059.tar.gz gcc-4d3ff8d823a193070de54b10eabfb8986cff6059.tar.bz2 |
Daily bump.
From-SVN: r34189
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 cb05efb..323afce 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.25 20000525 (experimental)"; +const char *ffe_version_string = "0.5.25 20000526 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 6621e5c..45c7ba8 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.96 20000525 (experimental)"; +const char *const version_string = "2.96 20000526 (experimental)"; |