diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-12-31 08:16:10 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-12-31 08:16:10 +0000 |
commit | 2b0ee5c813888dfd074052051162564995cbca53 (patch) | |
tree | 3e579d41e6c447c4169df50f306d22032ecc62cc /gcc | |
parent | b8fcefb5063109cab48cc3334d32b1e525f2b763 (diff) | |
download | gcc-2b0ee5c813888dfd074052051162564995cbca53.zip gcc-2b0ee5c813888dfd074052051162564995cbca53.tar.gz gcc-2b0ee5c813888dfd074052051162564995cbca53.tar.bz2 |
Daily bump.
From-SVN: r48419
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 2c62bc4..24a2f12 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1,4 +1,4 @@ #include "ansidecl.h" #include "f/version.h" -const char *const ffe_version_string = "0.5.27 20011230 (experimental)"; +const char *const ffe_version_string = "0.5.27 20011231 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 88f85b3..459f700 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 20011230 (experimental)"; +const char *const version_string = "3.1 20011231 (experimental)"; |