diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-01-01 00:16:08 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-01-01 00:16:08 +0000 |
commit | 7ae892bdf919f395750bee84b0cbaa1ac52951f8 (patch) | |
tree | 536d27c8066ed77359c1026ac7bea887380d4b11 /gcc | |
parent | 07d0a60520e341e14bfeeb0a9eaf3f9279abcdd9 (diff) | |
download | gcc-7ae892bdf919f395750bee84b0cbaa1ac52951f8.zip gcc-7ae892bdf919f395750bee84b0cbaa1ac52951f8.tar.gz gcc-7ae892bdf919f395750bee84b0cbaa1ac52951f8.tar.bz2 |
Daily bump.
From-SVN: r75286
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 1d72041..ffc3f6a 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.0 20031231 (experimental)"; +const char version_string[] = "3.4.0 20040101 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |