diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-12-30 00:16:33 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-12-30 00:16:33 +0000 |
commit | b53948b951e8fddb8f1cafa910c3da5a2a158fee (patch) | |
tree | f6ec59c2493eb9394d523649358b8066fe3d735f /gcc | |
parent | 06170e1d314a2f2b3bc179943e45d39e50a58929 (diff) | |
download | gcc-b53948b951e8fddb8f1cafa910c3da5a2a158fee.zip gcc-b53948b951e8fddb8f1cafa910c3da5a2a158fee.tar.gz gcc-b53948b951e8fddb8f1cafa910c3da5a2a158fee.tar.bz2 |
Daily bump.
From-SVN: r92718
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 b3ec199..967d8e1 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[] = "4.0.0 20041229 (experimental)"; +const char version_string[] = "4.0.0 20041230 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |