diff options
| author | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2005-05-03 10:56:18 +0000 |
|---|---|---|
| committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2005-05-03 10:56:18 +0000 |
| commit | bf2698b0aca0845b8ced880c53bd2308399b16cf (patch) | |
| tree | 4fb30d2050fcbb93aa0f3ad0dde6432594fbc7f2 | |
| parent | 0eab5d38859aeaf9150966c80d305f01a4962a59 (diff) | |
Update version
From-SVN: r99149
| -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 72b96a47519..a6a651b8573 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.3.6 20050503 (prerelease)"; +const char version_string[] = "3.3.6"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |
