From: Gabriel Dos Reis Date: Thu, 1 Dec 2005 08:12:47 +0000 (+0000) Subject: version.c: Bump version number. X-Git-Tag: releases/gcc-3.4.6~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f32ca501084e6ac0784d07c2d221bd9f53767ce2;p=thirdparty%2Fgcc.git version.c: Bump version number. * version.c: Bump version number. * doc/include/gcc-common.texi: Likewise. From-SVN: r107806 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 89bb5a8c531d..972cfd54216f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-12-01 Gabriel Dos Reis + + * version.c: Bump version number. + * doc/include/gcc-common.texi: Likewise. + 2005-11-30 Release Manager * GCC 3.4.5 released. diff --git a/gcc/doc/include/gcc-common.texi b/gcc/doc/include/gcc-common.texi index b5e8891cd7f9..b31ea2091725 100644 --- a/gcc/doc/include/gcc-common.texi +++ b/gcc/doc/include/gcc-common.texi @@ -1,10 +1,10 @@ -@c Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. +@c Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @c Common values used in the GCC manuals: -@set version-GCC 3.4.4 +@set version-GCC 3.4.6 @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 77c8ba57f47d..649be7c06d7e 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.5"; +const char version_string[] = "3.4.6 20051201 (prerelease)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC,