diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-16 00:16:06 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-16 00:16:06 +0000 |
commit | 20cf6643f578c64c90b28942b3c9453d68f1030d (patch) | |
tree | 9fbdb18bc3e342b959c43bc950a7d881cef82a32 /gcc | |
parent | f72990c4d02d91646c920670bf5ebc2a99bb2d14 (diff) | |
download | gcc-20cf6643f578c64c90b28942b3c9453d68f1030d.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72541 138bc75d-0d04-0410-961f-82ee72b054a4
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 58b7c254050..7838aff4154 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 20031015 (experimental)"; +const char version_string[] = "3.4 20031016 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |