diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-11-08 01:45:12 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-11-08 01:45:12 -0700 |
commit | 5344f47fd05a4e2ad4d78f56f747f0b1f45d67bc (patch) | |
tree | f2cb0fdabc177f21d4f88c521fc6d4e9e94ab46c /gcc | |
parent | 673887d51f03d14e0ec1a0516c0a39cec51b9c2a (diff) | |
download | gcc-5344f47fd05a4e2ad4d78f56f747f0b1f45d67bc.zip gcc-5344f47fd05a4e2ad4d78f56f747f0b1f45d67bc.tar.gz gcc-5344f47fd05a4e2ad4d78f56f747f0b1f45d67bc.tar.bz2 |
Daily bump.
From-SVN: r37313
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 3fd4c8a..5940ca8 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.26 20001107 (experimental)"; +const char *ffe_version_string = "0.5.26 20001108 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 5ecf61e..2cf22d2 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 20001107 (experimental)"; +const char *const version_string = "2.97 20001108 (experimental)"; |