diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-04-29 07:16:07 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-04-29 07:16:07 +0000 |
commit | 31e54bc5f4228c569b389e8130fd9948596dfcbf (patch) | |
tree | 5686c7e91c700324f566a9d3fbf998770cfd97aa /gcc | |
parent | fb75f5eb713109a24c4b91f42b1d7d0d60640c01 (diff) | |
download | gcc-31e54bc5f4228c569b389e8130fd9948596dfcbf.zip gcc-31e54bc5f4228c569b389e8130fd9948596dfcbf.tar.gz gcc-31e54bc5f4228c569b389e8130fd9948596dfcbf.tar.bz2 |
Daily bump.
From-SVN: r41669
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 1cb2e7b..5456558 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.27 20010428 (experimental)"; +const char *ffe_version_string = "0.5.27 20010429 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 05b13a7..648e88f 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1,4 +1,4 @@ #include "ansidecl.h" #include "version.h" -const char *const version_string = "3.1 20010428 (experimental)"; +const char *const version_string = "3.1 20010429 (experimental)"; |