diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-07-29 07:17:07 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-07-29 07:17:07 +0000 |
commit | 789161102e21a16827d4d6c8b2b75d9a4a805ed7 (patch) | |
tree | 926ac466b45d7a79ebc6ee1263df7f6eb7ea628c /gcc | |
parent | 394544826f508e74e77f7b6104267dae484eb066 (diff) | |
download | gcc-789161102e21a16827d4d6c8b2b75d9a4a805ed7.zip gcc-789161102e21a16827d4d6c8b2b75d9a4a805ed7.tar.gz gcc-789161102e21a16827d4d6c8b2b75d9a4a805ed7.tar.bz2 |
Daily bump.
From-SVN: r55832
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 2645882..5944d65 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 = "3.3 20020728 (experimental)"; +const char *const ffe_version_string = "3.3 20020729 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 656e2b4..57caf52 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.3 20020728 (experimental)"; +const char *const version_string = "3.3 20020729 (experimental)"; |