xref: /freebsd-src/lib/libelftc/elftc_version.c (revision b51f459a2098622c31ed54f5c1bf0e03efce403b)
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