diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-03-20 08:16:08 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-03-20 08:16:08 +0000 |
commit | fa93906ef57fb9571e3f1b0d13a8a631fc43b88c (patch) | |
tree | c871df39a36385b06ce03f9ba7a0f287eb0a4720 /gcc | |
parent | ced5bce7155dd78a9d429386b39358ace8d7de4a (diff) | |
download | gcc-fa93906ef57fb9571e3f1b0d13a8a631fc43b88c.zip gcc-fa93906ef57fb9571e3f1b0d13a8a631fc43b88c.tar.gz gcc-fa93906ef57fb9571e3f1b0d13a8a631fc43b88c.tar.bz2 |
Daily bump.
From-SVN: r40647
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 1c8c1ae..7356903 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.27 20010319 (experimental)"; +const char *ffe_version_string = "0.5.27 20010320 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index f617045..5caaa22 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1,4 +1,4 @@ #include "gansidecl.h" #include "version.h" -const char *const version_string = "3.1 20010319 (experimental)"; +const char *const version_string = "3.1 20010320 (experimental)"; |