diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-12-31 01:45:07 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-12-31 01:45:07 -0700 |
commit | 8b4d03b1f9a01f5fe3840662b1c6f0d27cc1578a (patch) | |
tree | 4fcc286e36dae8c47ecab6ccb2ee32038302ba87 /gcc | |
parent | c63b98cdad0bfd07d732fffbf6013893a919bfeb (diff) | |
download | gcc-8b4d03b1f9a01f5fe3840662b1c6f0d27cc1578a.zip gcc-8b4d03b1f9a01f5fe3840662b1c6f0d27cc1578a.tar.gz gcc-8b4d03b1f9a01f5fe3840662b1c6f0d27cc1578a.tar.bz2 |
Daily bump.
From-SVN: r31149
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 8a301d8..d35c32d 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.25 19991230 (experimental)"; +const char *ffe_version_string = "0.5.25 19991231 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 21c117a..b9db13e 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1 +1 @@ -char *version_string = "2.96 19991230 (experimental)"; +char *version_string = "2.96 19991231 (experimental)"; |