diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-10-07 00:16:06 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-10-07 00:16:06 +0000 |
commit | 1f1dc5bb85d601f26249deecb9bf77390d674f3d (patch) | |
tree | 0c447d48219f0ce38ccf1c0b53e9e1097c9aeb6d /gcc | |
parent | 3a627503d6aa79272846a53fc33f8cf3b82f3284 (diff) | |
download | gcc-1f1dc5bb85d601f26249deecb9bf77390d674f3d.zip gcc-1f1dc5bb85d601f26249deecb9bf77390d674f3d.tar.gz gcc-1f1dc5bb85d601f26249deecb9bf77390d674f3d.tar.bz2 |
Daily bump.
From-SVN: r72176
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 1f12f96..733f6b3 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 20031006 (experimental)"; +const char version_string[] = "3.4 20031007 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |