27 lines
843 B
C
27 lines
843 B
C
|
#ifndef VERSION_H
|
||
|
#define VERSION_H
|
||
|
|
||
|
/* Generated automatically by genversion. */
|
||
|
|
||
|
#define GCC_major_version 13
|
||
|
|
||
|
/* The complete version string, assembled from several pieces.
|
||
|
BASEVER, DATESTAMP, DEVPHASE, and REVISION are defined by the
|
||
|
Makefile. */
|
||
|
|
||
|
#define version_string "13.2.0"
|
||
|
#define pkgversion_string "(GCC) "
|
||
|
|
||
|
/* This is the location of the online document giving instructions for
|
||
|
reporting bugs. If you distribute a modified version of GCC,
|
||
|
please configure with --with-bugurl pointing to a document giving
|
||
|
instructions for reporting bugs to you, not us. (You are of course
|
||
|
welcome to forward us bugs reported to you, if you determine that
|
||
|
they are not bugs in your modifications.) */
|
||
|
|
||
|
#define bug_report_url "<https://gcc.gnu.org/bugs/>"
|
||
|
|
||
|
#define GCOV_VERSION ((gcov_unsigned_t)0x4233322a) /* B32* */
|
||
|
|
||
|
#endif /* VERSION_H */
|