diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-03-16 00:16:26 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-03-16 00:16:26 +0000 |
commit | c96a2f400d3a0e94763e9677c8c7f48a274b295e (patch) | |
tree | 2d3cde52f78e1ac386d44caef076ca971ef1bc07 /gcc | |
parent | b0de85997de6e241995d4bea75e62e5f7dd438b9 (diff) | |
download | gcc-c96a2f400d3a0e94763e9677c8c7f48a274b295e.zip gcc-c96a2f400d3a0e94763e9677c8c7f48a274b295e.tar.gz gcc-c96a2f400d3a0e94763e9677c8c7f48a274b295e.tar.bz2 |
Daily bump.
From-SVN: r96543
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 919bd64..a1e8dad 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.1.0 20050315 (experimental)"; +const char version_string[] = "4.1.0 20050316 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |