]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/version.c
configure.ac: Add --with-pkgversion and --with-bugurl.
[thirdparty/gcc.git] / gcc / version.c
CommitLineData
4746ee26
KG
1#include "version.h"
2
36624850
ZW
3/* This is the location of the online document giving instructions for
4 reporting bugs. If you distribute a modified version of GCC,
2f41c1d6
PB
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.) */
36624850 9
2f41c1d6 10const char bug_report_url[] = BUGURL;
a1286ef5
ZW
11
12/* The complete version string, assembled from several pieces.
db5b4110
L
13 BASEVER, DATESTAMP, DEVPHASE, and REVISION are defined by the
14 Makefile. */
a1286ef5 15
2f41c1d6
PB
16const char version_string[] = BASEVER DATESTAMP DEVPHASE REVISION;
17const char pkgversion_string[] = PKGVERSION;