summaryrefslogtreecommitdiff
path: root/bfd/version.h
blob: 7f0cbebd5f286d1f0792d19d35ee1217839a3b47 (plain)
1
2
3
4
5
6
7
8
#define BFD_VERSION_DATE 20151019
#define BFD_VERSION @bfd_version@
/* Various parts of GCC parse Binutils version string in different fragile ways,
   and we need to be very careful to not break them.  So far it seems that
   appending Linaro-specific version at the end is fine so long as it doesn't
   contain any dots ".".  */
#define BFD_VERSION_STRING  @bfd_version_package@ @bfd_version_string@ " Linaro 2016_02"
#define REPORT_BUGS_TO @report_bugs_to@