diff options
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 6c241ec..e982ec4 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *const ffe_version_string = "0.5.27 20011005 (experimental)"; +const char *const ffe_version_string = "0.5.27 20011006 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 04abc69..8967fe3 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 20011005 (experimental)"; +const char *const version_string = "3.1 20011006 (experimental)"; |