diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-01-12 08:16:43 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-01-12 08:16:43 +0000 |
commit | b0d723da3660fdff9096353054bfcf6c39f3769c (patch) | |
tree | 545c4349c67dd7ca4e7ee522f1193e5b947eff0c /gcc | |
parent | 6f1a6c5bb40d87b2ebfc6e1f98f96c5a72d9b080 (diff) | |
download | gcc-b0d723da3660fdff9096353054bfcf6c39f3769c.zip gcc-b0d723da3660fdff9096353054bfcf6c39f3769c.tar.gz gcc-b0d723da3660fdff9096353054bfcf6c39f3769c.tar.bz2 |
Daily bump.
From-SVN: r48795
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 c286cee..26bbb8c 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 20020111 (experimental)"; +const char *const ffe_version_string = "0.5.27 20020112 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index e968bfd..779588a 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 20020111 (experimental)"; +const char *const version_string = "3.1 20020112 (experimental)"; |