diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-09-28 00:16:09 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-09-28 00:16:09 +0000 |
commit | 5a36731a8d3ab08ccfbb2e3693f5585f50f74bfd (patch) | |
tree | 821d92518e8403b61a89148a5f0ad423589e3d2b /gcc | |
parent | 4bf1dc658b3916d24ebdd98e587f523cbff6dc5a (diff) | |
download | gcc-5a36731a8d3ab08ccfbb2e3693f5585f50f74bfd.zip gcc-5a36731a8d3ab08ccfbb2e3693f5585f50f74bfd.tar.gz gcc-5a36731a8d3ab08ccfbb2e3693f5585f50f74bfd.tar.bz2 |
Daily bump.
From-SVN: r71868
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 95cb5a4..a79f505 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 20030927 (experimental)"; +const char version_string[] = "3.4 20030928 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |