diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-05-17 01:45:07 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-05-17 01:45:07 -0600 |
commit | ef94b7f541f59ed3d9f5953a86e026cb217615b6 (patch) | |
tree | addc00127c1802d7efa970b5cf721d63a0d0245c /gcc | |
parent | 53749ab75aacf4bccdeb129c3c024aa777e8d0f7 (diff) | |
download | gcc-ef94b7f541f59ed3d9f5953a86e026cb217615b6.zip gcc-ef94b7f541f59ed3d9f5953a86e026cb217615b6.tar.gz gcc-ef94b7f541f59ed3d9f5953a86e026cb217615b6.tar.bz2 |
Daily bump.
From-SVN: r33952
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 5ab0761..ea8a2e1 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.25 20000516 (experimental)"; +const char *ffe_version_string = "0.5.25 20000517 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 64a4b0c..b9f97fe 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 20000516 (experimental)"; +const char *const version_string = "2.96 20000517 (experimental)"; |