diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-01-16 00:16:07 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-01-16 00:16:07 +0000 |
commit | 16a9a2803f9e25933a2ca2bc28590464b1f42c9f (patch) | |
tree | 3f2ee97e10ed0497d162d7a90bb72e0e229717fa /gcc/version.c | |
parent | 18eba5570b845f13b8efb8fddb53078db7597523 (diff) | |
download | gcc-16a9a2803f9e25933a2ca2bc28590464b1f42c9f.zip gcc-16a9a2803f9e25933a2ca2bc28590464b1f42c9f.tar.gz gcc-16a9a2803f9e25933a2ca2bc28590464b1f42c9f.tar.bz2 |
Daily bump.
From-SVN: r75953
Diffstat (limited to 'gcc/version.c')
-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 82d12ab..4530317 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.0 20040115 (experimental)"; +const char version_string[] = "3.4.0 20040116 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |