diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-12 07:16:56 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-12 07:16:56 +0000 |
commit | 39388a26fa5a89552366a150f6c28c2e80c1c63b (patch) | |
tree | 156ec82f523ae6ee270980f7103216a23474ef39 /gcc/f | |
parent | ee4124f366cb18147960bd5efc5b11e1ac1649ca (diff) | |
download | gcc-39388a26fa5a89552366a150f6c28c2e80c1c63b.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55417 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f')
-rw-r--r-- | gcc/f/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/version.c b/gcc/f/version.c index c1d499f238e..7dcb94e1bd7 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 20020711 (experimental)"; +const char *const ffe_version_string = "3.2 20020712 (experimental)"; |