diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-10-12 01:45:09 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-10-12 01:45:09 -0600 |
commit | 1eb1669cd401fa1365febf71fb05bc4c750e19bc (patch) | |
tree | db60fb36e5d1ad1f1c0f0a30a0c106192665b988 /gcc | |
parent | abb2c7abf7307db9bc5074ad8fd719a51d3a01b3 (diff) | |
download | gcc-1eb1669cd401fa1365febf71fb05bc4c750e19bc.zip gcc-1eb1669cd401fa1365febf71fb05bc4c750e19bc.tar.gz gcc-1eb1669cd401fa1365febf71fb05bc4c750e19bc.tar.bz2 |
Daily bump.
From-SVN: r36844
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 85ff9bb..9cebc5b 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.26 20001011 (experimental)"; +const char *ffe_version_string = "0.5.26 20001012 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 3a2e2b7..4743865 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 20001011 (experimental)"; +const char *const version_string = "2.97 20001012 (experimental)"; |