diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-08-17 00:16:06 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-08-17 00:16:06 +0000 |
commit | d234f34116119f0c1fde41b482fd3e545e69d4c8 (patch) | |
tree | ab4e67beb6628992d3b1665d4ba21151fb4e79ff /gcc | |
parent | fc27d1023cd2a1b3cea1dd91ad9ee6748c9daf9a (diff) | |
download | gcc-d234f34116119f0c1fde41b482fd3e545e69d4c8.zip gcc-d234f34116119f0c1fde41b482fd3e545e69d4c8.tar.gz gcc-d234f34116119f0c1fde41b482fd3e545e69d4c8.tar.bz2 |
Daily bump.
From-SVN: r70512
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 b972602..c630952 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 20030816 (experimental)"; +const char version_string[] = "3.4 20030817 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |