diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-14 07:45:07 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-14 07:45:07 +0000 |
commit | f63fc5cb4b553032ed12858535bb45084b6e43f6 (patch) | |
tree | 6296272b54eb19129d1a1b4dc58a803805c86b9b /gcc | |
parent | 3ec6b77df5fe0efed2f05d066e4e8a75e21d919e (diff) | |
download | ppe42-gcc-f63fc5cb4b553032ed12858535bb45084b6e43f6.tar.gz ppe42-gcc-f63fc5cb4b553032ed12858535bb45084b6e43f6.zip |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33889 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 130c51f91e3..614b4891c3d 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.25 20000513 (experimental)"; +const char *ffe_version_string = "0.5.25 20000514 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 05fa391c28c..98778c4548a 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1,4 +1,4 @@ #include "gansidecl.h" #include "version.h" -const char *const version_string = "2.96 20000513 (experimental)"; +const char *const version_string = "2.96 20000514 (experimental)"; |