diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-16 00:17:06 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-16 00:17:06 +0000 |
commit | 2b09eef58567c7370b75af68cabed6cb493a1b73 (patch) | |
tree | f4e76cbf367099db2922c0e0712ceec7422c02dd /gcc | |
parent | a60cc4d969bb024b2e81f1348690c827aa0c61e0 (diff) | |
download | gcc-2b09eef58567c7370b75af68cabed6cb493a1b73.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65673 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 b00e687fa36..13f389ea03b 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 20030415 (experimental)"; +const char version_string[] = "3.4 20030416 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |