diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-18 22:50:48 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-18 22:50:48 +0000 |
commit | 7969252bc0fb9cb928a1703d6d186995a73c96eb (patch) | |
tree | 7502ff82e41abc4ec9554173a8e6ef39f1476344 | |
parent | cb8ea839d4681e66637c2f20a3b1b0250e0ffbd9 (diff) | |
download | gcc-7969252bc0fb9cb928a1703d6d186995a73c96eb.tar.gz |
Change version number from 3.4 -> 3.4.0
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74809 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/include/gcc-common.texi | 4 | ||||
-rw-r--r-- | gcc/version.c | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 977262e15ff..7de572e6c1a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-12-18 Dara Hazeghi <dhazeghi@yahoo.com> + + * version.c (version_string): Renumber as 3.4.0 + * doc/include/gcc-common.texi: Likewise + 2003-12-18 Richard Henderson <rth@redhat.com> * genrecog.c (print_host_wide_int): New. diff --git a/gcc/doc/include/gcc-common.texi b/gcc/doc/include/gcc-common.texi index 7bc6de85a99..2d934bda540 100644 --- a/gcc/doc/include/gcc-common.texi +++ b/gcc/doc/include/gcc-common.texi @@ -1,10 +1,10 @@ -@c Copyright (C) 2001, 2002 Free Software Foundation, Inc. +@c Copyright (C) 2001, 2002, 2003 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 +@set version-GCC 3.4.0 @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 5debc00a833..407c911bd8c 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 20031218 (experimental)"; +const char version_string[] = "3.4.0 20031218 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |