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 c2a273c..a1e9b7f 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *const ffe_version_string = "0.5.27 20011209 (experimental)"; +const char *const ffe_version_string = "0.5.27 20011210 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index afe9ccf..eb32a52 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 20011209 (experimental)"; +const char *const version_string = "3.1 20011210 (experimental)"; |