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