diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-03-30 01:45:09 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-03-30 01:45:09 -0700 |
commit | 2dc4d9f050c5d46500c925725a5f18303dd882c1 (patch) | |
tree | 2f02018ebd58dba68a05d8ce6507756f7329aaa1 /gcc | |
parent | 4b3fe5b65e6f971599615bf30a68e0a3564c1394 (diff) | |
download | gcc-2dc4d9f050c5d46500c925725a5f18303dd882c1.zip gcc-2dc4d9f050c5d46500c925725a5f18303dd882c1.tar.gz gcc-2dc4d9f050c5d46500c925725a5f18303dd882c1.tar.bz2 |
Daily bump.
From-SVN: r32826
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 5ce48fc..507bca2 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.25 20000329 (experimental)"; +const char *ffe_version_string = "0.5.25 20000330 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index cae58da..04a8f9f 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 20000329 (experimental)"; +const char *const version_string = "2.96 20000330 (experimental)"; |