diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-05-23 01:45:07 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-05-23 01:45:07 -0600 |
commit | 81e73afa13a40fde47df0322892c1922ab33430b (patch) | |
tree | ac50dd5fcc187ec23c1c28ab20cdaae0b9ca3b3c /gcc | |
parent | 993894639ca5507037eb940b4fcb835bf71cbb7a (diff) | |
download | gcc-81e73afa13a40fde47df0322892c1922ab33430b.zip gcc-81e73afa13a40fde47df0322892c1922ab33430b.tar.gz gcc-81e73afa13a40fde47df0322892c1922ab33430b.tar.bz2 |
Daily bump.
From-SVN: r34102
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 b1ab5b3..c5fc884 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.25 20000522 (experimental)"; +const char *ffe_version_string = "0.5.25 20000523 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 579513d..fc30b27 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 20000522 (experimental)"; +const char *const version_string = "2.96 20000523 (experimental)"; |