diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-08 00:17:08 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-08 00:17:08 +0000 |
commit | 7445ae81814148555bebbc0604fc0ee9c311a80c (patch) | |
tree | e25ab5547b7115a42ffd69085a77109954e3e0ef /gcc/version.c | |
parent | 239b846cca07498f174784798426f56266b64f54 (diff) | |
download | gcc-7445ae81814148555bebbc0604fc0ee9c311a80c.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65361 138bc75d-0d04-0410-961f-82ee72b054a4
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 43e8da7f0d1..bebee662686 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -6,7 +6,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 20030407 (experimental)"; +const char version_string[] = "3.4 20030408 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |