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