From a43cadf4582a3a5b70e77e5fa0e773f39d95cad6 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Mon, 28 Jun 2004 02:19:44 +0000 Subject: [PATCH] Update version with respect to 3.3.5-pre From-SVN: r83761 --- gcc/doc/include/gcc-common.texi | 2 +- gcc/version.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/include/gcc-common.texi b/gcc/doc/include/gcc-common.texi index 3400f04a9c68..e851ef5f88d1 100644 --- a/gcc/doc/include/gcc-common.texi +++ b/gcc/doc/include/gcc-common.texi @@ -4,7 +4,7 @@ @c Common values used in the GCC manuals: -@set version-GCC 3.3.4 +@set version-GCC 3.3.5 @c DEVELOPMENT is set to indicate an in-development version, @c as compared to a release version. When making a release diff --git a/gcc/version.c b/gcc/version.c index e3be59a47d83..f6c600ecd183 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.4"; +const char version_string[] = "3.3.5 20040627 (prerelease)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, -- 2.47.2