diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-24 08:17:12 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-24 08:17:12 +0000 |
commit | 203395e815a79f73ddac0742c002fc402388472b (patch) | |
tree | 7e4c841245118073f60d835fafcc2816727608d5 /gcc | |
parent | 881ac6b8c8bdc7805cce20047fb1385dc0b26c43 (diff) | |
download | ppe42-gcc-203395e815a79f73ddac0742c002fc402388472b.tar.gz ppe42-gcc-203395e815a79f73ddac0742c002fc402388472b.zip |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51255 138bc75d-0d04-0410-961f-82ee72b054a4
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 8e2c179c380..cf5a87ce261 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.2 20020323 (experimental)"; +const char *const ffe_version_string = "3.2 20020324 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index cc0bc6587e6..369914d751d 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.2 20020323 (experimental)"; +const char *const version_string = "3.2 20020324 (experimental)"; |