diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-08-24 00:16:21 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-08-24 00:16:21 +0000 |
commit | a43b7e0fd7e33918218b26302e1bac209f76cd07 (patch) | |
tree | b7478da9045b096791a43bd1db7511633e2859fd /gcc | |
parent | 2709e6af026511494277a650832c90dada1bae87 (diff) | |
download | gcc-a43b7e0fd7e33918218b26302e1bac209f76cd07.zip gcc-a43b7e0fd7e33918218b26302e1bac209f76cd07.tar.gz gcc-a43b7e0fd7e33918218b26302e1bac209f76cd07.tar.bz2 |
Daily bump.
From-SVN: r86449
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 17aac4e..5c0019b 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 20040823 (experimental)"; +const char version_string[] = "3.5.0 20040824 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |