diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-08-22 01:45:08 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-08-22 01:45:08 -0600 |
commit | 3b67968071619e559f37cc9090e6e2f63b2b9179 (patch) | |
tree | 40b8435c7a7e4928858f1e54b733c0fd882e5ce2 /gcc | |
parent | 7db9125f9d0e5e0f5237bdfaaa4e6aea8a4b07ea (diff) | |
download | gcc-3b67968071619e559f37cc9090e6e2f63b2b9179.zip gcc-3b67968071619e559f37cc9090e6e2f63b2b9179.tar.gz gcc-3b67968071619e559f37cc9090e6e2f63b2b9179.tar.bz2 |
Daily bump.
From-SVN: r35868
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 348e9d8..37babc4 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.26 20000821 (experimental)"; +const char *ffe_version_string = "0.5.26 20000822 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 6da274d..e5a2f19 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 20000821 (experimental)"; +const char *const version_string = "2.96 20000822 (experimental)"; |