OSDN Git Service

fortran/
[pf3gnuchains/gcc-fork.git] / gcc / version.c
1 /* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2    2007 Free Software Foundation, Inc.
3
4 This file is part of GCC.
5
6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free
8 Software Foundation; either version 3, or (at your option) any later
9 version.
10
11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12 WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GCC; see the file COPYING3.  If not see
18 <http://www.gnu.org/licenses/>.  */
19
20 #include "version.h"
21
22 /* This is the location of the online document giving instructions for
23    reporting bugs.  If you distribute a modified version of GCC,
24    please configure with --with-bugurl pointing to a document giving
25    instructions for reporting bugs to you, not us.  (You are of course
26    welcome to forward us bugs reported to you, if you determine that
27    they are not bugs in your modifications.)  */
28
29 const char bug_report_url[] = BUGURL;
30
31 /* The complete version string, assembled from several pieces.
32    BASEVER, DATESTAMP, DEVPHASE, and REVISION are defined by the
33    Makefile.  */
34
35 const char version_string[] = BASEVER DATESTAMP DEVPHASE REVISION;
36 const char pkgversion_string[] = PKGVERSION;