Files
Fabio Scotto di Santolo c59b4004e5 Implemented project structure
2025-11-29 18:43:07 +01:00

27 lines
876 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.4.0"
#define pkgversion_string "(xPack GNU RISC-V Embedded GCC x86_64) "
/* 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)0x4233342a) /* B34* */
#endif /* VERSION_H */