diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-08-10 01:45:17 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-08-10 01:45:17 -0600 |
commit | da40cbf67ae68725ec9bbdbccf0275597e51a9b3 (patch) | |
tree | 5f8538da159a69b540b8c0f243b3a23b787cf8e1 /gcc | |
parent | 4f245f216151eb5b3ba1ea8f9a940619cc2b73a1 (diff) | |
download | gcc-da40cbf67ae68725ec9bbdbccf0275597e51a9b3.zip gcc-da40cbf67ae68725ec9bbdbccf0275597e51a9b3.tar.gz gcc-da40cbf67ae68725ec9bbdbccf0275597e51a9b3.tar.bz2 |
Daily bump.
From-SVN: r35601
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 13e73ee..0fcf236 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.26 20000809 (experimental)"; +const char *ffe_version_string = "0.5.26 20000810 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 95386c2..20ec83b 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 20000809 (experimental)"; +const char *const version_string = "2.96 20000810 (experimental)"; |