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 72e96e5e1aa..ce805d960e8 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.27 20010404 (experimental)"; +const char *ffe_version_string = "0.5.27 20010405 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 81a5d33ab73..46366c9a6fd 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 20010404 (experimental)"; +const char *const version_string = "3.1 20010405 (experimental)"; |

