diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-05-30 00:16:13 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-05-30 00:16:13 +0000 |
commit | 666e5d7b945c77f3bd9f3fdf00bf75f3a02e3499 (patch) | |
tree | 29558724abe4f069adc39bf4e6d20c73c109e8f0 /gcc/version.c | |
parent | be00f578ec251393182c202bd130350c30f9b088 (diff) | |
download | gcc-666e5d7b945c77f3bd9f3fdf00bf75f3a02e3499.zip gcc-666e5d7b945c77f3bd9f3fdf00bf75f3a02e3499.tar.gz gcc-666e5d7b945c77f3bd9f3fdf00bf75f3a02e3499.tar.bz2 |
Daily bump.
From-SVN: r82436
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 a7a6d2c..b471de8 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.5.0 20040529 (experimental)"; +const char version_string[] = "3.5.0 20040530 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |