diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-01-12 08:17:26 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-01-12 08:17:26 +0000 |
commit | ae6ccbe39130d9db4d9676d78ec65f01dd94fd52 (patch) | |
tree | 29fb550f392c9ba45c0407032d7ddf2ad34842f1 /gcc | |
parent | 3a9fdf305842249b5a83e6866dd2b106b7e18946 (diff) | |
download | gcc-ae6ccbe39130d9db4d9676d78ec65f01dd94fd52.zip gcc-ae6ccbe39130d9db4d9676d78ec65f01dd94fd52.tar.gz gcc-ae6ccbe39130d9db4d9676d78ec65f01dd94fd52.tar.bz2 |
Daily bump.
From-SVN: r61229
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 7cd6a5f..63001a9 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 20030111 (experimental)"; +const char version_string[] = "3.4 20030112 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |