diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-02-21 01:45:07 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-02-21 01:45:07 -0700 |
commit | 3759b292215f286676061c6f5e45f624d0262910 (patch) | |
tree | 2fd491d1277ae451b4f8621b1c860c243f44432d /gcc | |
parent | 9b90451bee5f996d652b6787187c99cb84c88107 (diff) | |
download | gcc-3759b292215f286676061c6f5e45f624d0262910.zip gcc-3759b292215f286676061c6f5e45f624d0262910.tar.gz gcc-3759b292215f286676061c6f5e45f624d0262910.tar.bz2 |
Daily bump.
From-SVN: r32088
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 5ebaae0..61ec707 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.25 20000220 (experimental)"; +const char *ffe_version_string = "0.5.25 20000221 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 1c472ad..7408341 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 20000220 (experimental)"; +const char *const version_string = "2.96 20000221 (experimental)"; |