diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-02-14 00:16:51 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-02-14 00:16:51 +0000 |
commit | d9099901ad485296a17b18d332a9393b9217842b (patch) | |
tree | a79d773b4a690a5f52a1a9df1d42ae3927a6cb05 /gcc/version.c | |
parent | de17c25fdeaaf1349606d744b4e9b79e5f12af72 (diff) | |
download | gcc-d9099901ad485296a17b18d332a9393b9217842b.tar.gz |
Daily bump.
From-SVN: r94999
Diffstat (limited to 'gcc/version.c')
-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 e0660389ee4..692049b169c 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[] = "4.0.0 20050213 (experimental)"; +const char version_string[] = "4.0.0 20050214 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |