xref: /freebsd/lib/libelftc/elftc_version.c (revision d003e0d7fe0d3a9b4b2c5835bb3f0f6faf3ab538)
131942939SEd Maste /* $FreeBSD$ */
231942939SEd Maste 
331942939SEd Maste #include <sys/types.h>
431942939SEd Maste #include <libelftc.h>
531942939SEd Maste 
631942939SEd Maste const char *
731942939SEd Maste elftc_version(void)
831942939SEd Maste {
9*d003e0d7SEd Maste 	return "elftoolchain r3769";
1031942939SEd Maste }
11