diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-05-17 07:16:19 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-05-17 07:16:19 +0000 |
commit | 2b30401c300b02cf70225f7bd7b9c1c7e50f5e54 (patch) | |
tree | 4a54e52a33eaf05114007b32d325158043fe3602 /gcc | |
parent | 7857f134041af1c563c4b35c90cada983a8f422b (diff) | |
download | gcc-2b30401c300b02cf70225f7bd7b9c1c7e50f5e54.zip gcc-2b30401c300b02cf70225f7bd7b9c1c7e50f5e54.tar.gz gcc-2b30401c300b02cf70225f7bd7b9c1c7e50f5e54.tar.bz2 |
Daily bump.
From-SVN: r42189
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 cb7bc1d..8c2c099 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.27 20010516 (experimental)"; +const char *ffe_version_string = "0.5.27 20010517 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index b3c287c..9a12553 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 20010516 (experimental)"; +const char *const version_string = "3.1 20010517 (experimental)"; |