xref: /freebsd/lib/libelftc/elftc_version.c (revision 094fc1ed0f2627525c7b0342efcbad5be7a8546a)
1 /* $FreeBSD$ */
2 
3 #include <sys/types.h>
4 #include <libelftc.h>
5 
6 const char *
7 elftc_version(void)
8 {
9 	return "elftoolchain r3561M";
10 }
11