diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-07-02 00:16:06 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-07-02 00:16:06 +0000 |
commit | d6435621b2bc4ca2f3664172c1464def4b2a9a4f (patch) | |
tree | 180f5ee7a87929af0b9774e1d7f5799858e4f44b /gcc | |
parent | f6981e16c3c4e9e009e3b34d185f2be15c76171c (diff) | |
download | gcc-d6435621b2bc4ca2f3664172c1464def4b2a9a4f.zip gcc-d6435621b2bc4ca2f3664172c1464def4b2a9a4f.tar.gz gcc-d6435621b2bc4ca2f3664172c1464def4b2a9a4f.tar.bz2 |
Daily bump.
From-SVN: r68805
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 8e25685..19e573e 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 20030701 (experimental)"; +const char version_string[] = "3.4 20030702 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |