Import gcc-4.4.1
[dragonfly.git] / contrib / gcc-4.4 / gcc / version.c
1 #include "version.h"
2
3 /* This is the location of the online document giving instructions for
4    reporting bugs.  If you distribute a modified version of GCC,
5    please configure with --with-bugurl pointing to a document giving
6    instructions for reporting bugs to you, not us.  (You are of course
7    welcome to forward us bugs reported to you, if you determine that
8    they are not bugs in your modifications.)  */
9
10 const char bug_report_url[] = BUGURL;
11
12 /* The complete version string, assembled from several pieces.
13    BASEVER, DATESTAMP, DEVPHASE, and REVISION are defined by the
14    Makefile.  */
15
16 const char version_string[] = BASEVER DATESTAMP DEVPHASE REVISION;
17 const char pkgversion_string[] = PKGVERSION;