diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-10-27 01:45:07 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-10-27 01:45:07 -0600 |
commit | 646997096c3bb0d1f9e2f9629acd146ad50442c7 (patch) | |
tree | 994330d47496f75707a01a937e27fd91ad192490 /gcc | |
parent | b3b5ad95e64d1d5ce7070924123d8727b9a86ba5 (diff) | |
download | gcc-646997096c3bb0d1f9e2f9629acd146ad50442c7.zip gcc-646997096c3bb0d1f9e2f9629acd146ad50442c7.tar.gz gcc-646997096c3bb0d1f9e2f9629acd146ad50442c7.tar.bz2 |
Daily bump.
From-SVN: r30211
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 10a1136..b6bf763 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.25 19991026 (experimental)"; +const char *ffe_version_string = "0.5.25 19991027 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 9711387..64e7942 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1 +1 @@ -char *version_string = "2.96 19991026 (experimental)"; +char *version_string = "2.96 19991027 (experimental)"; |