diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-10-31 00:16:07 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-10-31 00:16:07 +0000 |
commit | 6587cd2b21cd246a7a2986e4d7f400a5d4e25a4b (patch) | |
tree | 9c22eb2d58c6eeec2ae95325f9c480eb1daf4817 /gcc | |
parent | d796429e8fcd79691479b4513513b6ca77ff9c9d (diff) | |
download | gcc-6587cd2b21cd246a7a2986e4d7f400a5d4e25a4b.zip gcc-6587cd2b21cd246a7a2986e4d7f400a5d4e25a4b.tar.gz gcc-6587cd2b21cd246a7a2986e4d7f400a5d4e25a4b.tar.bz2 |
Daily bump.
From-SVN: r73110
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 c3595ef..580a4bf 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 20031030 (experimental)"; +const char version_string[] = "3.4 20031031 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |