diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-01-28 00:17:04 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-01-28 00:17:04 +0000 |
commit | 2040cbc13a2e7f527a316156a2c3fc179aecd312 (patch) | |
tree | a856cf49c9709bd517be616a156793f8181163ce /gcc | |
parent | a2ddc3977ab5a1ae4ed182155d403bc899d36f8e (diff) | |
download | gcc-2040cbc13a2e7f527a316156a2c3fc179aecd312.zip gcc-2040cbc13a2e7f527a316156a2c3fc179aecd312.tar.gz gcc-2040cbc13a2e7f527a316156a2c3fc179aecd312.tar.bz2 |
Daily bump.
From-SVN: r61913
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 790f05a..a61ae11 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 20030127 (experimental)"; +const char version_string[] = "3.4 20030128 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |