diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-03-24 00:16:14 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-03-24 00:16:14 +0000 |
commit | cba4497d926f82d0bceabf206a1ae7b76591bc4e (patch) | |
tree | f4f92c9f2b54ad5be2b9dd929550e3e7c3ced7c9 /gcc | |
parent | f18eca824c676b77605701ef51abb0bdd21af682 (diff) | |
download | gcc-cba4497d926f82d0bceabf206a1ae7b76591bc4e.zip gcc-cba4497d926f82d0bceabf206a1ae7b76591bc4e.tar.gz gcc-cba4497d926f82d0bceabf206a1ae7b76591bc4e.tar.bz2 |
Daily bump.
From-SVN: r79888
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/version.c b/gcc/version.c index 84780c9..32a52cc 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -5,7 +5,7 @@ please modify this string to indicate that, e.g. by putting your organization's name in parentheses at the end of the string. */ -const char version_string[] = "3.5.0 20040323 (experimental)"; +const char version_string[] = "3.5.0 20040324 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |