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