diff options
author | Jeff Law <law@gcc.gnu.org> | 2001-01-14 01:45:10 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2001-01-14 01:45:10 -0700 |
commit | 57bf4d393309ff857771b6a3bc297fc14bf08ac9 (patch) | |
tree | d5030ca5b4f3c167de335a99bf60aec9bd4dff5e /gcc | |
parent | 8752c357c583c5e7d1c31aa171c334002d4b0004 (diff) | |
download | gcc-57bf4d393309ff857771b6a3bc297fc14bf08ac9.zip gcc-57bf4d393309ff857771b6a3bc297fc14bf08ac9.tar.gz gcc-57bf4d393309ff857771b6a3bc297fc14bf08ac9.tar.bz2 |
Daily bump.
From-SVN: r39001
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 ef241a1..83e72ea 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.26 20010113 (experimental)"; +const char *ffe_version_string = "0.5.26 20010114 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index ae3c3b1..5f409c2 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 20010113 (experimental)"; +const char *const version_string = "2.97 20010114 (experimental)"; |