diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-08-04 00:16:07 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-08-04 00:16:07 +0000 |
commit | be2af327f624e2b8c9e6aadb48d43e72a7ad3ebb (patch) | |
tree | c33cd3a9d2c4f3a58c7fd28eeb8460f610b8c82b /gcc | |
parent | 21ecc5a77daed79e3860ca1e0a7d5a42c6b7660d (diff) | |
download | gcc-be2af327f624e2b8c9e6aadb48d43e72a7ad3ebb.zip gcc-be2af327f624e2b8c9e6aadb48d43e72a7ad3ebb.tar.gz gcc-be2af327f624e2b8c9e6aadb48d43e72a7ad3ebb.tar.bz2 |
Daily bump.
From-SVN: r70131
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 7e7dd40..c9031f3 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.4 20030803 (experimental)"; +const char version_string[] = "3.4 20030804 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |