diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-08-21 00:16:06 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-08-21 00:16:06 +0000 |
commit | 03d4ad277b172dc5fc466e00e5ed17a6538dd00f (patch) | |
tree | 600153c2cc7bf5005fe6055f1e91a435660b14e0 /gcc | |
parent | d1b87863da551e73f2b4431a5f7d77393d715ff1 (diff) | |
download | gcc-03d4ad277b172dc5fc466e00e5ed17a6538dd00f.zip gcc-03d4ad277b172dc5fc466e00e5ed17a6538dd00f.tar.gz gcc-03d4ad277b172dc5fc466e00e5ed17a6538dd00f.tar.bz2 |
Daily bump.
From-SVN: r70628
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 30d9bfe..6eaf531 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 20030820 (experimental)"; +const char version_string[] = "3.4 20030821 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |